| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexSerializer.getQuery(ExternalIndexType index,
Condition condition,
OrderList orders) |
| Modifier and Type | Field and Description |
|---|---|
static OrderList |
OrderList.NO_ORDER |
| Modifier and Type | Method and Description |
|---|---|
OrderList |
StandardQueryDescription.getQueryOrder()
Returns the defined order(s) of this query
|
| Modifier and Type | Method and Description |
|---|---|
OrderList |
GraphCentricQuery.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GraphCentricQueryBuilder.indexCoversOrder(ExternalIndexType index,
OrderList orders) |
| Constructor and Description |
|---|
GraphCentricQuery(ElementCategory resultType,
Condition<TitanElement> condition,
OrderList orders,
BackendQueryHolder<JointIndexQuery> indexQuery,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
OrderList |
BaseVertexCentricQuery.getOrders() |
| Constructor and Description |
|---|
BaseVertexCentricQuery(Condition<TitanRelation> condition,
com.tinkerpop.blueprints.Direction direction,
List<BackendQueryHolder<SliceQuery>> queries,
OrderList orders,
int limit) |
VertexCentricQuery(InternalVertex vertex,
Condition<TitanRelation> condition,
com.tinkerpop.blueprints.Direction direction,
List<BackendQueryHolder<SliceQuery>> queries,
OrderList orders,
int limit) |
| Constructor and Description |
|---|
RelationComparator(InternalVertex v,
OrderList orders) |
Copyright © 2012–2014. All rights reserved.