Package com.arangodb.entity
Class InvertedIndexPrimarySort.Field
- java.lang.Object
-
- com.arangodb.entity.InvertedIndexPrimarySort.Field
-
- Enclosing class:
- InvertedIndexPrimarySort
public static class InvertedIndexPrimarySort.Field extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InvertedIndexPrimarySort.Field.Direction
-
Constructor Summary
Constructors Constructor Description Field(String field, InvertedIndexPrimarySort.Field.Direction direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
InvertedIndexPrimarySort.Field.Direction
getDirection()
String
getField()
int
hashCode()
-
-
-
Constructor Detail
-
Field
public Field(String field, InvertedIndexPrimarySort.Field.Direction direction)
- Parameters:
field
- An attribute path. The . character denotes sub-attributes.direction
- The sorting direction.
-
-