public interface Partition<V extends java.lang.Comparable<V>>
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
The priority specifies the priority this partition has in answering queries for vertices/edges that fall
in this range.
|
java.util.List<VertexRange<V>> |
getVertexRanges() |
int getPriority()
java.util.List<VertexRange<V>> getVertexRanges()
Copyright © 2013-2015 TinkerPop. All Rights Reserved.