Uses of Interface
org.apache.ignite.internal.cache.query.index.sorted.inline.InlineIndexKeyType
-
-
Uses of InlineIndexKeyType in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return types with arguments of type InlineIndexKeyType Modifier and Type Method Description List<InlineIndexKeyType>InlineIndexRowHandler. inlineIndexKeyTypes()List<InlineIndexKeyType>QueryIndexRowHandler. inlineIndexKeyTypes()Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type InlineIndexKeyType Modifier and Type Method Description intIndexRowComparator. compareKey(long pageAddr, int off, int maxSize, IndexKey key, InlineIndexKeyType type)Compare inlined index key with specified key.intIndexRowComparatorImpl. compareKey(long pageAddr, int off, int maxSize, IndexKey key, InlineIndexKeyType type)Compare inlined index key with specified key.Constructor parameters in org.apache.ignite.internal.cache.query.index.sorted with type arguments of type InlineIndexKeyType Constructor Description QueryIndexRowHandler(GridQueryTypeDescriptor type, GridCacheContextInfo<?,?> cacheInfo, LinkedHashMap<String,IndexKeyDefinition> keyDefs, List<InlineIndexKeyType> keyTypes, IndexKeyTypeSettings keyTypeSettings) -
Uses of InlineIndexKeyType in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return InlineIndexKeyType 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.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return types with arguments of type InlineIndexKeyType Modifier and Type Method Description static List<InlineIndexKeyType>InlineIndexKeyTypeRegistry. types(Collection<IndexKeyDefinition> keyDefs, IndexKeyTypeSettings settings)Return list of key types for specified key definitions and key type settings.Method parameters in org.apache.ignite.internal.cache.query.index.sorted.inline with type arguments of type InlineIndexKeyType Modifier and Type Method Description static intInlineIndexTree. computeInlineSize(String name, List<InlineIndexKeyType> keyTypes, List<IndexKeyDefinition> keyDefs, int cfgInlineSize, int maxInlineSize, IgniteLogger log) -
Uses of InlineIndexKeyType in org.apache.ignite.internal.cache.query.index.sorted.inline.types
Classes in org.apache.ignite.internal.cache.query.index.sorted.inline.types that implement InlineIndexKeyType Modifier and Type Class Description classBooleanInlineIndexKeyTypeInline index key implementation for inliningBooleanvalues.classByteInlineIndexKeyTypeInline index key implementation for inliningBytevalues.classBytesInlineIndexKeyTypeInline index key implementation for inlining byte arrays.classDateInlineIndexKeyTypeInline index key implementation for inliningDateIndexKeyvalues.classDoubleInlineIndexKeyTypeInline index key implementation for inliningDoublevalues.classFloatInlineIndexKeyTypeInline index key implementation for inliningFloatvalues.classIntegerInlineIndexKeyTypeInline index key implementation for inliningIntegervalues.classLongInlineIndexKeyTypeInline index column implementation for inliningLongvalues.classNullableInlineIndexKeyType<T extends IndexKey>Abstract inline key.classNumericInlineIndexKeyType<T extends IndexKey>Inline index key implementation for inlining numeric values.classObjectByteArrayInlineIndexKeyTypeInline index key implementation for inlining Java Objects as byte array.classObjectHashInlineIndexKeyTypeInline index key implementation for inlining hash of Java objects.classShortInlineIndexKeyTypeInline index key implementation for inliningShortvalues.classSignedBytesInlineIndexKeyTypeInline index key implementation for inlining byte arrays.classStringInlineIndexKeyTypeInline index key implementation for inliningStringvalues.classStringNoCompareInlineIndexKeyTypeSkip optimized String comparison implemented inStringInlineIndexKeyType.classTimeInlineIndexKeyTypeInline index key implementation for inliningTimeIndexKeyvalues.classTimestampInlineIndexKeyTypeInline index key implementation for inliningTimestampIndexKeyvalues.classUuidInlineIndexKeyTypeInline index key implementation for inliningUUIDvalues.
-