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.
|
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.
|
idxName, indexKeyDefinitionsString treeName()
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.12.0 Release Date : January 10 2022