public interface SortedIndexDefinition extends IndexDefinition
| Modifier and Type | Method and Description |
|---|---|
boolean |
affinity()
Whether this index is affinity key index or not.
|
GridCacheContextInfo<?,?> |
cacheInfo()
Cache info.
|
IndexRowCache |
idxRowCache()
Cache of index rows.
|
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.
|
GridQueryTypeDescriptor |
typeDescriptor()
Type descriptor.
|
idxName, indexKeyDefinitionsString treeName()
IndexRowComparator rowComparator()
InlineIndexRowHandlerFactory rowHandlerFactory()
IndexKeyTypeSettings keyTypeSettings()
IndexRowCache idxRowCache()
GridQueryTypeDescriptor typeDescriptor()
GridCacheContextInfo<?,?> cacheInfo()
int segments()
int inlineSize()
boolean primary()
boolean affinity()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023