| Package | Description |
|---|---|
| org.janusgraph.graphdb.database.idassigner.placement |
| Modifier and Type | Method and Description |
|---|---|
static List<PartitionIDRange> |
PartitionIDRange.getGlobalRange(int partitionBits) |
static List<PartitionIDRange> |
PartitionIDRange.getIDRanges(int partitionBits,
List<KeyRange> locals) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDPlacementStrategy.setLocalPartitionBounds(List<PartitionIDRange> localPartitionIdRanges)
If JanusGraph is embedded, this method is used to indicate to the placement strategy which
part of the partition id space is hosted locally so that vertex and edge placements can be made accordingly
(i.e. preferring to assign partitions in the local ranges so that the data is hosted locally which is often
faster).
|
void |
SimpleBulkPlacementStrategy.setLocalPartitionBounds(List<PartitionIDRange> localPartitionIdRanges) |
Copyright © 2012–2024. All rights reserved.