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 classInvertedIndexPrimarySort.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 booleanequals(Object o)InvertedIndexPrimarySort.Field.DirectiongetDirection()StringgetField()inthashCode()
-
-
-
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.
-
-