public interface SortedIndexDefinition extends IndexDefinition
| Modifier and Type | Method and Description |
|---|---|
boolean |
affinity()
Whether this index is affinity key index or not.
|
IndexRowCache |
idxRowCache()
Cache of index rows.
|
List<IndexKeyDefinition> |
indexKeyDefinitions()
List of index key definitions.
|
void |
initByMeta(boolean created,
MetaPageInfo metaPageInfo) |
int |
inlineSize()
Inline size.
|
IndexKeyTypeSettings |
keyTypeSettings()
Index key type settings.
|
boolean |
primary()
Whether this index is primary key (unique) or not.
|
IndexRowComparator |
rowComparator()
Comparator for comparing index rows.
|
InlineIndexRowHandlerFactory |
rowHandlerFactory()
Index row handler.
|
int |
segments()
Amount of index tree segments.
|
String |
treeName()
Represents an index tree name.
|
idxNameString treeName()
List<IndexKeyDefinition> indexKeyDefinitions()
IndexRowComparator rowComparator()
InlineIndexRowHandlerFactory rowHandlerFactory()
IndexKeyTypeSettings keyTypeSettings()
IndexRowCache idxRowCache()
int segments()
int inlineSize()
boolean primary()
boolean affinity()
void initByMeta(boolean created,
MetaPageInfo metaPageInfo)
created - Whether index is creating or restored from PDS.metaPageInfo - Initialize internal state with data from a tree meta.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021