public interface OrderedIndex
Modifier and Type | Interface and Description |
---|---|
static class |
OrderedIndex.OrderDirection
enum for easing the order direction of the index
|
Modifier and Type | Field and Description |
---|---|
static OrderedIndex.OrderDirection |
DEFAULT_DIRECTION
the default direction for sorting the index
|
static 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 times
|
static java.lang.String |
TYPE |
static final java.lang.String DEPRECATION_MESSAGE
static final int TRACK_DEPRECATION_EVERY
static final java.lang.String TYPE
static final java.lang.String DIRECTION
{ "propertyNames"="foobar", "direction"="ascending" }
static final OrderedIndex.OrderDirection DEFAULT_DIRECTION
Copyright © 2010 - 2020 Adobe. All Rights Reserved