Package | Description |
---|---|
org.apache.giraph.mapping.translate |
Definitions & sample implementations of edge translation logic
|
org.apache.giraph.worker |
Package of all the worker related things
|
Modifier and Type | Method and Description |
---|---|
void |
TranslateEdge.initialize(BspServiceWorker<I,? extends org.apache.hadoop.io.Writable,E> service)
Must be called before other methods can be used
|
void |
LongByteTranslateEdge.initialize(BspServiceWorker<org.apache.hadoop.io.LongWritable,? extends org.apache.hadoop.io.Writable,E> service) |
Constructor and Description |
---|
EdgeInputSplitsCallable(EdgeInputFormat<I,E> edgeInputFormat,
org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor.
|
EdgeInputSplitsCallableFactory(EdgeInputFormat<I,E> edgeInputFormat,
org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor.
|
InputSplitsCallable(org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor.
|
MappingInputSplitsCallable(MappingInputFormat<I,V,E,B> mappingInputFormat,
org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor
|
MappingInputSplitsCallableFactory(MappingInputFormat<I,V,E,B> mappingInputFormat,
org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor.
|
VertexInputSplitsCallable(VertexInputFormat<I,V,E> vertexInputFormat,
org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor.
|
VertexInputSplitsCallableFactory(VertexInputFormat<I,V,E> vertexInputFormat,
org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.