| Package | Description |
|---|---|
| com.thinkaurelius.titan.graphdb.database.idassigner.placement |
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePartitionAssignment
Simple implementation of
PartitionAssignment. |
| Modifier and Type | Field and Description |
|---|---|
static PartitionAssignment |
PartitionAssignment.EMPTY
Default assignment (when no id has been assigned yet)
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleBulkPlacementStrategy.getPartitions(Map<InternalVertex,PartitionAssignment> vertices) |
void |
IDPlacementStrategy.getPartitions(Map<InternalVertex,PartitionAssignment> vertices)
Bulk assignment of idAuthorities to vertices.
|
void |
PropertyPlacementStrategy.getPartitions(Map<InternalVertex,PartitionAssignment> vertices) |
Copyright © 2012–2015. All rights reserved.