Package | Description |
---|---|
org.apache.giraph.partition |
Package of partitioning related objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MasterGraphPartitionerImpl<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 MasterGraphPartitioner logic on top of a single
user function - getWorkerIndex.
|
Modifier and Type | Method and Description |
---|---|
MasterGraphPartitioner<I,V,E> |
GraphPartitionerFactoryInterface.createMasterGraphPartitioner()
Create the
MasterGraphPartitioner used by the master. |
MasterGraphPartitioner<I,V,E> |
GraphPartitionerFactory.createMasterGraphPartitioner() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.