| Modifier and Type | Field and Description |
|---|---|
protected IndexKeyTypeSettings |
IndexRowCompartorImpl.keyTypeSettings
Key type settings for this index.
|
| Modifier and Type | Method and Description |
|---|---|
IndexKeyTypeSettings |
IndexKeyTypeSettings.binaryUnsigned(boolean binaryUnsigned) |
IndexKeyTypeSettings |
InlineIndexRowHandler.indexKeyTypeSettings() |
IndexKeyTypeSettings |
IndexKeyTypeSettings.inlineObjHash(boolean inlineObjHash) |
IndexKeyTypeSettings |
IndexKeyTypeSettings.inlineObjSupported(boolean inlineObjSupported) |
IndexKeyTypeSettings |
SortedIndexDefinition.keyTypeSettings()
Index key type settings.
|
IndexKeyTypeSettings |
IndexKeyTypeSettings.stringOptimizedCompare(boolean strOptimizedCompare) |
| Modifier and Type | Method and Description |
|---|---|
InlineIndexRowHandler |
InlineIndexRowHandlerFactory.create(SortedIndexDefinition sdef,
IndexKeyTypeSettings keyTypeSettings)
Creates instance of row handler.
|
| Constructor and Description |
|---|
IndexRowCompartorImpl(IndexKeyTypeSettings keyTypeSettings) |
| Modifier and Type | Method and Description |
|---|---|
IndexKeyTypeSettings |
InlineIndexImpl.keyTypeSettings() |
| Modifier and Type | Method and Description |
|---|---|
static InlineIndexKeyType |
InlineIndexKeyTypeRegistry.get(IndexKey key,
int expType,
IndexKeyTypeSettings keyTypeSettings)
Get key type for specified key.
|
static InlineIndexKeyType |
InlineIndexKeyTypeRegistry.get(int expType,
IndexKeyTypeSettings keyTypeSettings)
Get key type for a class.
|
static List<InlineIndexKeyType> |
InlineIndexKeyTypeRegistry.types(List<IndexKeyDefinition> keyDefs,
IndexKeyTypeSettings settings)
Return list of key types for specified key definitions and key type settings.
|
| Constructor and Description |
|---|
InlineIndexTree(SortedIndexDefinition def,
GridCacheContext<?,?> cctx,
String treeName,
IgniteCacheOffheapManager offheap,
ReuseList reuseList,
PageMemory pageMemory,
PageIoResolver pageIoResolver,
long metaPageId,
boolean initNew,
int configuredInlineSize,
IndexKeyTypeSettings keyTypeSettings,
@Nullable IndexRowCache idxRowCache,
@Nullable IoStatisticsHolder stats,
InlineIndexRowHandlerFactory rowHndFactory,
InlineRecommender recommender)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexKey |
IndexKeyFactory.wrap(Object o,
int keyType,
CacheObjectValueContext coctx,
IndexKeyTypeSettings keyTypeSettings)
Wraps user object to
IndexKey object. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021