| Interface | Description |
|---|---|
| IDPlacementStrategy |
Determines how vertices are placed in individual graph partitions.
|
| PartitionAssignment |
Utility interface used in
IDPlacementStrategy to hold the partition assignment of
a vertex (if it is already assigned a partition) or to be assigned a partition id. |
| Class | Description |
|---|---|
| PartitionIDRange |
An instance of this class describes a range of partition ids.
|
| PropertyPlacementStrategy | |
| SimpleBulkPlacementStrategy |
A id placement strategy that assigns all vertices created in a transaction
to the same partition id.
|
| SimplePartitionAssignment |
Simple implementation of
PartitionAssignment. |
Copyright © 2012–2015. All rights reserved.