Interface OrderedIndex
- All Known Implementing Classes:
OrderedPropertyIndexEditorProvider
public interface OrderedIndex
interface for shared constants around different actors: QueryIndex, IndexEditors,
IndexEditorProviders, ...
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumenum for easing the order direction of the index -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OrderedIndex.OrderDirectionthe default direction for sorting the indexstatic final StringDeprecation message tracked when using the ordered index.static final Stringthe 'key' used for specifying the direction of the index when providing the configuration{ "propertyNames"="foobar", "direction"="ascending" }static final intthe deprecation message will be tracked every N timesstatic final String
-
Field Details
-
DEPRECATION_MESSAGE
Deprecation message tracked when using the ordered index.- See Also:
-
TRACK_DEPRECATION_EVERY
static final int TRACK_DEPRECATION_EVERYthe deprecation message will be tracked every N times- See Also:
-
TYPE
- See Also:
-
DIRECTION
the 'key' used for specifying the direction of the index when providing the configuration{ "propertyNames"="foobar", "direction"="ascending" }- See Also:
-
DEFAULT_DIRECTION
the default direction for sorting the index
-