| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexSerializer.getQuery(MixedIndexType index,
Condition condition,
OrderList orders) |
| Modifier and Type | Field and Description |
|---|---|
static OrderList |
OrderList.NO_ORDER |
| Modifier and Type | Method and Description |
|---|---|
OrderList |
GraphCentricQuery.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GraphCentricQueryBuilder.indexCoversOrder(MixedIndexType index,
OrderList orders) |
| Constructor and Description |
|---|
GraphCentricQuery(ElementCategory resultType,
Condition<TitanElement> condition,
OrderList orders,
BackendQueryHolder<JointIndexQuery> indexQuery,
int limit) |
| Modifier and Type | Field and Description |
|---|---|
protected OrderList |
BaseVertexCentricQueryBuilder.orders
The order in which the relations should be returned.
|
| Modifier and Type | Method and Description |
|---|---|
OrderList |
BaseVertexCentricQuery.getOrders() |
| Constructor and Description |
|---|
BaseVertexCentricQuery(Condition<TitanRelation> condition,
org.apache.tinkerpop.gremlin.structure.Direction direction,
List<BackendQueryHolder<SliceQuery>> queries,
OrderList orders,
int limit) |
VertexCentricQuery(InternalVertex vertex,
Condition<TitanRelation> condition,
org.apache.tinkerpop.gremlin.structure.Direction direction,
List<BackendQueryHolder<SliceQuery>> queries,
OrderList orders,
int limit) |
| Constructor and Description |
|---|
RelationComparator(InternalVertex v,
OrderList orders) |
Copyright © 2012–2015. All rights reserved.