Package | Description |
---|---|
org.apache.giraph.block_app.framework |
Block application abstraction package.
|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<BlockFactory> |
BlockUtils.BLOCK_FACTORY_CLASS
Property describing BlockFactory to use for current application run
|
static ClassConfOption<Object> |
BlockUtils.BLOCK_WORKER_CONTEXT_VALUE_CLASS
Property describing block worker context value class to use
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<AggregatorWriter> |
GiraphConstants.AGGREGATOR_WRITER_CLASS
AggregatorWriter class - optional
|
static ClassConfOption<CheckpointSupportedChecker> |
GiraphConstants.CHECKPOINT_SUPPORTED_CHECKER
Defines if and when checkpointing is supported by this job.
|
static ClassConfOption<Computation> |
GiraphConstants.COMPUTATION_CLASS
Computation class - required
|
static ClassConfOption<ComputationFactory> |
GiraphConstants.COMPUTATION_FACTORY_CLASS
Computation factory class - optional
|
static ClassConfOption<CreateSourceVertexCallback> |
GiraphConstants.CREATE_EDGE_SOURCE_VERTICES_CALLBACK
Defines a call back that can be used to make decisions on
whether the vertex should be created or not in the runtime.
|
static ClassConfOption<EdgeInputFilter> |
GiraphConstants.EDGE_INPUT_FILTER_CLASS
EdgeInputFilter class
|
static ClassConfOption<EdgeInputFormat> |
GiraphConstants.EDGE_INPUT_FORMAT_CLASS
EdgeInputFormat class
|
static ClassConfOption<EdgeOutputFormat> |
GiraphConstants.EDGE_OUTPUT_FORMAT_CLASS
EdgeOutputFormat class
|
static ClassConfOption<EdgeStoreFactory> |
GiraphConstants.EDGE_STORE_FACTORY_CLASS
Edge Store Factory
|
static ClassConfOption |
GiraphConstants.EDGE_TRANSLATION_CLASS
Class used to conduct expensive edge translation during vertex input
|
static ClassConfOption<org.apache.hadoop.io.Writable> |
GiraphConstants.EDGE_VALUE_CLASS
Edge value class
|
static ClassConfOption<EdgeValueFactory> |
GiraphConstants.EDGE_VALUE_FACTORY_CLASS
Edge value factory class - optional
|
static ClassConfOption<GcObserver> |
GiraphConstants.GC_OBSERVER_CLASSES
Classes for GC Observer - optional
|
static ClassConfOption<GraphPartitionerFactory> |
GiraphConstants.GRAPH_PARTITIONER_FACTORY_CLASS
Graph partitioner factory class - optional
|
static ClassConfOption<org.apache.hadoop.mapreduce.OutputFormat> |
GiraphConstants.HADOOP_OUTPUT_FORMAT_CLASS
Output format class for hadoop to use (for committing)
|
static ClassConfOption<HaltApplicationUtils.HaltInstructionsWriter> |
GiraphConstants.HALT_INSTRUCTIONS_WRITER_CLASS
Which class to use to write instructions on how to halt the application
|
static ClassConfOption<OutEdges> |
GiraphConstants.INPUT_VERTEX_EDGES_CLASS
Vertex edges class to be used during edge input only - optional
|
static ClassConfOption<OutEdgesFactory> |
GiraphConstants.INPUT_VERTEX_EDGES_FACTORY_CLASS
OutEdges for input factory class - optional
|
static ClassConfOption<GiraphJobObserver> |
GiraphConstants.JOB_OBSERVER_CLASS
Observer class to watch over job status - optional
|
static ClassConfOption<JobProgressTrackerClient> |
GiraphConstants.JOB_PROGRESS_TRACKER_CLIENT_CLASS
Class to use as the job progress client
|
static ClassConfOption<JobProgressTrackerService> |
GiraphConstants.JOB_PROGRESS_TRACKER_SERVICE_CLASS
Class to use to track job progress on client
|
static ClassConfOption<GiraphJobRetryChecker> |
GiraphConstants.JOB_RETRY_CHECKER_CLASS
Observer class to watch over job status - optional
|
static ClassConfOption<MapperObserver> |
GiraphConstants.MAPPER_OBSERVER_CLASSES
Classes for Mapper Observer - optional
|
static ClassConfOption<MappingInputFormat> |
GiraphConstants.MAPPING_INPUT_FORMAT_CLASS
MappingInputFormat class
|
static ClassConfOption<MappingStore> |
GiraphConstants.MAPPING_STORE_CLASS
Mapping related information
|
static ClassConfOption<MappingStoreOps> |
GiraphConstants.MAPPING_STORE_OPS_CLASS
Class to use for performing read operations on mapping store
|
static ClassConfOption<MasterCompute> |
GiraphConstants.MASTER_COMPUTE_CLASS
Class for Master - optional
|
static ClassConfOption<MasterObserver> |
GiraphConstants.MASTER_OBSERVER_CLASSES
Classes for Master Observer - optional
|
static ClassConfOption<MessageCombiner> |
GiraphConstants.MESSAGE_COMBINER_CLASS
Message combiner class - optional
|
static ClassConfOption<MessageStoreFactory> |
GiraphConstants.MESSAGE_STORE_FACTORY_CLASS
Message Store Factory
|
static ClassConfOption<OutOfCoreDataAccessor> |
GiraphConstants.OUT_OF_CORE_DATA_ACCESSOR
Data accessor resource/object
|
static ClassConfOption<OutOfCoreOracle> |
GiraphConstants.OUT_OF_CORE_ORACLE
Out-of-core oracle that is to be used for adaptive out-of-core engine.
|
static ClassConfOption<org.apache.hadoop.io.Writable> |
GiraphConstants.OUTGOING_MESSAGE_VALUE_CLASS
Outgoing message value class
|
static ClassConfOption<MessageValueFactory> |
GiraphConstants.OUTGOING_MESSAGE_VALUE_FACTORY_CLASS
Outgoing message value factory class - optional
|
static ClassConfOption<Partition> |
GiraphConstants.PARTITION_CLASS
Partition class - optional
|
static ClassConfOption<TypesHolder> |
GiraphConstants.TYPES_HOLDER_CLASS
TypesHolder, used if Computation not set - optional
|
static ClassConfOption<Vertex> |
GiraphConstants.VERTEX_CLASS
Vertex class
|
static ClassConfOption<OutEdges> |
GiraphConstants.VERTEX_EDGES_CLASS
Vertex edges class - optional
|
static ClassConfOption<OutEdgesFactory> |
GiraphConstants.VERTEX_EDGES_FACTORY_CLASS
OutEdges factory class - optional
|
static ClassConfOption<org.apache.hadoop.io.WritableComparable> |
GiraphConstants.VERTEX_ID_CLASS
Vertex index class
|
static ClassConfOption<VertexIdFactory> |
GiraphConstants.VERTEX_ID_FACTORY_CLASS
Vertex id factory class - optional
|
static ClassConfOption<VertexInputFilter> |
GiraphConstants.VERTEX_INPUT_FILTER_CLASS
VertexInputFilter class
|
static ClassConfOption<VertexInputFormat> |
GiraphConstants.VERTEX_INPUT_FORMAT_CLASS
VertexInputFormat class
|
static ClassConfOption<VertexOutputFormat> |
GiraphConstants.VERTEX_OUTPUT_FORMAT_CLASS
VertexOutputFormat class
|
static ClassConfOption<VertexResolver> |
GiraphConstants.VERTEX_RESOLVER_CLASS
Vertex resolver class - optional
|
static ClassConfOption<org.apache.hadoop.io.Writable> |
GiraphConstants.VERTEX_VALUE_CLASS
Vertex value class
|
static ClassConfOption<VertexValueCombiner> |
GiraphConstants.VERTEX_VALUE_COMBINER_CLASS
Vertex value combiner class - optional
|
static ClassConfOption<VertexValueFactory> |
GiraphConstants.VERTEX_VALUE_FACTORY_CLASS
Vertex value factory class - optional
|
static ClassConfOption<WorkerContext> |
GiraphConstants.WORKER_CONTEXT_CLASS
Worker context class
|
static ClassConfOption<WorkerObserver> |
GiraphConstants.WORKER_OBSERVER_CLASSES
Classes for Worker Observer - optional
|
Modifier and Type | Method and Description |
---|---|
static <T> ClassConfOption<T> |
ClassConfOption.create(String key,
Class<? extends T> defaultClass,
Class<T> interfaceClass,
String description)
Static create method
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<GraphTaskManager.CheckerIfWorkerShouldFailAfterException> |
GraphTaskManager.CHECKER_IF_WORKER_SHOULD_FAIL_AFTER_EXCEPTION_CLASS
Class which checks if an exception on some thread should cause worker
to fail
|
Modifier and Type | Method and Description |
---|---|
abstract <T extends ValueFactory> |
GraphType.factoryClassOption()
Get the option for the factory that creates this graph type
|
abstract <T extends org.apache.hadoop.io.Writable> |
GraphType.writableConfOption()
Get the class option for this graph type
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.