| Modifier and Type | Field and Description |
|---|---|
static Order |
Order.DEFAULT
The default order when none is specified
|
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Q |
TitanGraphQuery.orderBy(PropertyKey key,
Order order)
Orders the element results of this query according
to their property for the given key in the given order (increasing/decreasing).
|
Q |
TitanMultiVertexQuery.orderBy(PropertyKey key,
Order order) |
Q |
BaseVertexQuery.orderBy(PropertyKey key,
Order order)
Orders the relation results of this query according
to their property for the given key in the given order (increasing/decreasing).
|
Q |
TitanVertexQuery.orderBy(PropertyKey key,
Order order) |
Q |
TitanGraphQuery.orderBy(String key,
Order order)
Orders the element results of this query according
to their property for the given key in the given order (increasing/decreasing).
|
Q |
TitanMultiVertexQuery.orderBy(String key,
Order order) |
Q |
BaseVertexQuery.orderBy(String key,
Order order)
Orders the relation results of this query according
to their property for the given key in the given order (increasing/decreasing).
|
Q |
TitanVertexQuery.orderBy(String key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
Q |
OLAPQueryBuilder.orderBy(PropertyKey key,
Order order) |
Q |
OLAPQueryBuilder.orderBy(String key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
Order |
RelationTypeIndex.getSortOrder()
Returns the sort order of this index.
|
| Modifier and Type | Method and Description |
|---|---|
RelationTypeIndex |
TitanManagement.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
Order sortOrder,
RelationType... sortKeys)
Creates a
RelationTypeIndex for the provided edge label. |
RelationTypeIndex |
TitanManagement.createPropertyIndex(PropertyKey key,
String name,
Order sortOrder,
RelationType... sortKeys)
Creates a
RelationTypeIndex for the provided property key. |
| Modifier and Type | Method and Description |
|---|---|
Order |
IndexQuery.OrderEntry.getOrder() |
| Constructor and Description |
|---|
IndexQuery.OrderEntry(String key,
Order order,
Class<?> datatype) |
| Modifier and Type | Method and Description |
|---|---|
Order |
RelationTypeIndexWrapper.getSortOrder() |
| Modifier and Type | Method and Description |
|---|---|
RelationTypeIndex |
ManagementSystem.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
Order sortOrder,
RelationType... sortKeys) |
RelationTypeIndex |
ManagementSystem.createPropertyIndex(PropertyKey key,
String name,
Order sortOrder,
RelationType... sortKeys) |
| Modifier and Type | Method and Description |
|---|---|
Order |
OrderList.getCommonOrder() |
Order |
OrderList.OrderEntry.getOrder() |
Order |
OrderList.getOrder(int position) |
Order |
InternalRelationType.getSortOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderList.add(PropertyKey key,
Order order) |
| Constructor and Description |
|---|
OrderList.OrderEntry(PropertyKey key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.orderBy(PropertyKey key,
Order order) |
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.orderBy(String key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
Q |
AbstractVertexCentricQueryBuilder.orderBy(PropertyKey key,
Order order) |
Q |
AbstractVertexCentricQueryBuilder.orderBy(String key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
static int |
RelationComparator.compareValues(Object v1,
Object v2,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
StandardEdgeLabelMaker |
StandardEdgeLabelMaker.sortOrder(Order order) |
StandardRelationTypeMaker |
StandardRelationTypeMaker.sortOrder(Order order)
Defines in which order to sort the relations for efficient retrieval, i.e.
|
StandardPropertyKeyMaker |
StandardPropertyKeyMaker.sortOrder(Order order) |
| Modifier and Type | Method and Description |
|---|---|
Order |
EmptyRelationType.getSortOrder() |
| Modifier and Type | Method and Description |
|---|---|
Order |
RelationTypeVertex.getSortOrder() |
Copyright © 2012–2014. All rights reserved.