Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.IndexKeyTypeSettings
-
-
Uses of IndexKeyTypeSettings in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return IndexKeyTypeSettings Modifier and Type Method Description IndexKeyTypeSettingsIndexProcessor. keyTypeSettings()IndexKeyTypeSettingsIndexQueryResultMeta. keyTypeSettings() -
Uses of IndexKeyTypeSettings in org.apache.ignite.internal.cache.query.index.sorted
Fields in org.apache.ignite.internal.cache.query.index.sorted declared as IndexKeyTypeSettings Modifier and Type Field Description protected IndexKeyTypeSettingsIndexRowComparatorImpl. keyTypeSettingsKey type settings for this index.Methods in org.apache.ignite.internal.cache.query.index.sorted that return IndexKeyTypeSettings Modifier and Type Method Description IndexKeyTypeSettingsIndexKeyTypeSettings. binaryUnsigned(boolean binaryUnsigned)IndexKeyTypeSettingsInlineIndexRowHandler. indexKeyTypeSettings()IndexKeyTypeSettingsQueryIndexRowHandler. indexKeyTypeSettings()IndexKeyTypeSettingsIndexKeyTypeSettings. inlineObjHash(boolean inlineObjHash)IndexKeyTypeSettingsIndexKeyTypeSettings. inlineObjSupported(boolean inlineObjSupported)IndexKeyTypeSettingsQueryIndexDefinition. keyTypeSettings()Index key type settings.IndexKeyTypeSettingsSortedIndexDefinition. keyTypeSettings()Index key type settings.IndexKeyTypeSettingsIndexKeyTypeSettings. stringOptimizedCompare(boolean strOptimizedCompare)Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type IndexKeyTypeSettings Modifier and Type Method Description InlineIndexRowHandlerDurableBackgroundCleanupIndexTreeTaskV2.NoopRowHandlerFactory. create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler.InlineIndexRowHandlerInlineIndexRowHandlerFactory. create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler.InlineIndexRowHandlerQueryIndexRowHandlerFactory. create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler.Constructors in org.apache.ignite.internal.cache.query.index.sorted with parameters of type IndexKeyTypeSettings Constructor Description IndexRowComparatorImpl(IndexKeyTypeSettings settings)QueryIndexDefinition(GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, IndexName idxName, String treeName, IndexRowCache idxRowCache, boolean isPrimary, boolean isAffinity, LinkedHashMap<String,IndexKeyDefinition> keyDefs, int cfgInlineSize, IndexKeyTypeSettings keyTypeSettings)QueryIndexRowHandler(GridQueryTypeDescriptor type, GridCacheContextInfo<?,?> cacheInfo, LinkedHashMap<String,IndexKeyDefinition> keyDefs, List<InlineIndexKeyType> keyTypes, IndexKeyTypeSettings keyTypeSettings) -
Uses of IndexKeyTypeSettings in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return IndexKeyTypeSettings Modifier and Type Method Description IndexKeyTypeSettingsInlineIndexImpl. keyTypeSettings()Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IndexKeyTypeSettings Modifier and Type Method Description static InlineIndexKeyTypeInlineIndexKeyTypeRegistry. get(IndexKeyType expType, IndexKeyTypeSettings keyTypeSettings)Get key type for a class.static InlineIndexKeyTypeInlineIndexKeyTypeRegistry. get(IndexKey key, IndexKeyType expType, IndexKeyTypeSettings keyTypeSettings)Get key type for specified key.static List<InlineIndexKeyType>InlineIndexKeyTypeRegistry. types(Collection<IndexKeyDefinition> keyDefs, IndexKeyTypeSettings settings)Return list of key types for specified key definitions and key type settings.Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IndexKeyTypeSettings Constructor Description InlineIndexTree(SortedIndexDefinition def, CacheGroupContext grpCtx, String treeName, IgniteCacheOffheapManager offheap, ReuseList reuseList, PageMemory pageMemory, PageIoResolver pageIoResolver, long metaPageId, boolean initNew, int configuredInlineSize, int maxInlineSize, IndexKeyTypeSettings keyTypeSettings, @Nullable IndexRowCache idxRowCache, @Nullable IoStatisticsHolder stats, InlineIndexRowHandlerFactory rowHndFactory, InlineRecommender recommender)Constructor. -
Uses of IndexKeyTypeSettings in org.apache.ignite.internal.cache.query.index.sorted.keys
Methods in org.apache.ignite.internal.cache.query.index.sorted.keys with parameters of type IndexKeyTypeSettings Modifier and Type Method Description static IndexKeyIndexKeyFactory. wrap(Object o, int keyType, CacheObjectValueContext coctx, IndexKeyTypeSettings keyTypeSettings)Wraps user object toIndexKeyobject.static IndexKeyIndexKeyFactory. wrap(Object o, IndexKeyType keyType, CacheObjectValueContext coctx, IndexKeyTypeSettings keyTypeSettings)Wraps user object toIndexKeyobject.
-