Package | Description |
---|---|
org.apache.giraph.partition |
Package of partitioning related objects.
|
org.apache.giraph.worker |
Package of all the worker related things
|
Modifier and Type | Field and Description |
---|---|
protected LocalData<org.apache.hadoop.io.LongWritable,V,E,? extends org.apache.hadoop.io.Writable> |
LongMappingStorePartitionerFactory.localData
Local Data that supplies the mapping store
|
Modifier and Type | Method and Description |
---|---|
void |
GraphPartitionerFactoryInterface.initialize(LocalData<I,V,E,? extends org.apache.hadoop.io.Writable> localData)
Use some local data present in the worker
|
void |
GraphPartitionerFactory.initialize(LocalData<I,V,E,? extends org.apache.hadoop.io.Writable> localData) |
void |
LongMappingStorePartitionerFactory.initialize(LocalData<org.apache.hadoop.io.LongWritable,V,E,? extends org.apache.hadoop.io.Writable> localData) |
Modifier and Type | Method and Description |
---|---|
LocalData<I,V,E,? extends org.apache.hadoop.io.Writable> |
BspServiceWorker.getLocalData() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.