Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.giraph.bsp Classes and Interfaces - 12 results found.
| Name | Description | Type | Package | Framework |
| ApplicationState | enum ApplicationStateState of the BSP application | Class | org.apache.giraph.bsp | Giraph |
|
| BspInputFormat | This InputFormat supports the BSP model by ensuring that the user specifies how many splits (number of mappers) should be started simultaneously. | Class | org.apache.giraph.bsp | Giraph |
|
| BspInputSplit | This InputSplit will not give any ordering or location data. | Class | org.apache.giraph.bsp | Giraph |
|
| BspOutputFormat | This is for internal use only. | Class | org.apache.giraph.bsp | Giraph |
|
| BspRecordWriter | Used by BspOutputFormat since some versions of Hadoop require that a RecordWriter is returned from getRecordWriter. | Class | org.apache.giraph.bsp | Giraph |
|
| BspService | Zookeeper-based implementation of CentralizedService. | Class | org.apache.giraph.bsp | Giraph |
|
| CentralizedService | Basic service interface shared by both CentralizedServiceMaster and CentralizedServiceWorker. | Interface | org.apache.giraph.bsp | Giraph |
|
| CentralizedServiceMaster | At most, there will be one active master at a time, but many threads can be trying to be the active master. | Interface | org.apache.giraph.bsp | Giraph |
|
| CentralizedServiceWorker | All workers should have access to this centralized service to execute the following methods. | Interface | org.apache.giraph.bsp | Giraph |
|
| CheckpointStatus | enum CheckpointStatusEnum represents possible checkpoint state. | Class | org.apache.giraph.bsp | Giraph |
|
| ImmutableOutputCommitter | This output committer doesn't do anything, meant for the case where output isn't desired, or as a base for not using | Class | org.apache.giraph.bsp | Giraph |
|
| SuperstepState | State of a coordinated superstepEnum Constant Summary | Class | org.apache.giraph.bsp | Giraph |