Package | Description |
---|---|
org.apache.giraph.partition |
Package of partitioning related objects.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkerGraphPartitionerImpl<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Abstracts and implements all WorkerGraphPartitioner logic on top of a single
user function - getPartitionIndex.
|
Modifier and Type | Method and Description |
---|---|
WorkerGraphPartitioner<I,V,E> |
GraphPartitionerFactoryInterface.createWorkerGraphPartitioner()
Create the
WorkerGraphPartitioner used by the worker. |
WorkerGraphPartitioner<I,V,E> |
GraphPartitionerFactory.createWorkerGraphPartitioner() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.