Interface OrderedIndex
-
- All Known Implementing Classes:
OrderedPropertyIndexEditorProvider
public interface OrderedIndexinterface for shared constants around different actors: QueryIndex, IndexEditors, IndexEditorProviders, ...
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOrderedIndex.OrderDirectionenum for easing the order direction of the index
-
Field Summary
Fields Modifier and Type Field Description static OrderedIndex.OrderDirectionDEFAULT_DIRECTIONthe default direction for sorting the indexstatic java.lang.StringDEPRECATION_MESSAGEDeprecation message tracked when using the ordered index.static java.lang.StringDIRECTIONthe 'key' used for specifying the direction of the index when providing the configuration{ "propertyNames"="foobar", "direction"="ascending" }static intTRACK_DEPRECATION_EVERYthe deprecation message will be tracked every N timesstatic java.lang.StringTYPE
-
-
-
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
-
-