public interface PartitionAssignment
IDPlacementStrategy to hold the partition assignment of
a vertex (if it is already assigned a partition) or to be assigned a partition id.| Modifier and Type | Field and Description |
|---|---|
static PartitionAssignment |
EMPTY
Default assignment (when no id has been assigned yet)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPartitionID()
Returns the assigned partition id
|
static final PartitionAssignment EMPTY
Copyright © 2012–2015. All rights reserved.