Interface OrderedIndex
-
- All Known Implementing Classes:
OrderedPropertyIndexEditorProvider
public interface OrderedIndex
interface for shared constants around different actors: QueryIndex, IndexEditors, IndexEditorProviders, ...
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
OrderedIndex.OrderDirection
enum for easing the order direction of the index
-
Field Summary
Fields Modifier and Type Field Description static OrderedIndex.OrderDirection
DEFAULT_DIRECTION
the default direction for sorting the indexstatic java.lang.String
DEPRECATION_MESSAGE
Deprecation message tracked when using the ordered index.static java.lang.String
DIRECTION
the 'key' used for specifying the direction of the index when providing the configuration{ "propertyNames"="foobar", "direction"="ascending" }
static int
TRACK_DEPRECATION_EVERY
the deprecation message will be tracked every N timesstatic java.lang.String
TYPE
-
-
-
Field Detail
-
DEPRECATION_MESSAGE
static final java.lang.String DEPRECATION_MESSAGE
Deprecation message tracked when using the ordered index.- See Also:
- Constant Field Values
-
TRACK_DEPRECATION_EVERY
static final int TRACK_DEPRECATION_EVERY
the deprecation message will be tracked every N times- See Also:
- Constant Field Values
-
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
DIRECTION
static final java.lang.String DIRECTION
the 'key' used for specifying the direction of the index when providing the configuration{ "propertyNames"="foobar", "direction"="ascending" }
- See Also:
- Constant Field Values
-
DEFAULT_DIRECTION
static final OrderedIndex.OrderDirection DEFAULT_DIRECTION
the default direction for sorting the index
-
-