| Modifier and Type | Method and Description |
|---|---|
Order |
IndexQuery.OrderEntry.getOrder() |
| Constructor and Description |
|---|
OrderEntry(String key,
Order order,
Class<?> datatype) |
| 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.convert(org.apache.tinkerpop.gremlin.process.traversal.Order order) |
Order |
OrderList.getCommonOrder() |
Order |
OrderList.OrderEntry.getOrder() |
Order |
OrderList.getOrder(int position) |
Order |
InternalRelationType.getSortOrder() |
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 |
|---|---|
void |
OrderList.add(PropertyKey key,
Order order) |
| Constructor and Description |
|---|
OrderEntry(PropertyKey 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 |
|---|---|
StandardRelationTypeMaker |
StandardRelationTypeMaker.sortOrder(Order order)
Defines in which order to sort the relations for efficient retrieval, i.e.
|
StandardPropertyKeyMaker |
StandardPropertyKeyMaker.sortOrder(Order order) |
StandardEdgeLabelMaker |
StandardEdgeLabelMaker.sortOrder(Order order) |
| Modifier and Type | Method and Description |
|---|---|
Order |
EmptyRelationType.getSortOrder() |
| Modifier and Type | Method and Description |
|---|---|
Order |
RelationTypeVertex.getSortOrder() |
Copyright © 2012–2015. All rights reserved.