Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.IndexKeyType
-
-
Uses of IndexKeyType in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return IndexKeyType Modifier and Type Method Description static IndexKeyTypeIndexKeyType. forClass(Class<?> cls)Find type by class.static IndexKeyTypeIndexKeyType. forCode(int code)Find type by code.IndexKeyTypeIndexKeyDefinition. idxType()static IndexKeyTypeIndexKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexKeyType[]IndexKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexKeyType in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return IndexKeyType Modifier and Type Method Description IndexKeyTypeInlineIndexKeyType. type()Returns type of inlined column.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IndexKeyType 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. -
Uses of IndexKeyType in org.apache.ignite.internal.cache.query.index.sorted.inline.types
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline.types that return IndexKeyType Modifier and Type Method Description IndexKeyTypeNullableInlineIndexKeyType. type()Returns type of inlined column.Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline.types with parameters of type IndexKeyType Constructor Description BytesInlineIndexKeyType(IndexKeyType type)BytesInlineIndexKeyType(IndexKeyType type, boolean compareBinaryUnsigned)NullableInlineIndexKeyType(IndexKeyType type, short keySize)NumericInlineIndexKeyType(IndexKeyType type, short keySize)Constructor.SignedBytesInlineIndexKeyType(IndexKeyType type) -
Uses of IndexKeyType in org.apache.ignite.internal.cache.query.index.sorted.keys
Methods in org.apache.ignite.internal.cache.query.index.sorted.keys that return IndexKeyType Modifier and Type Method Description IndexKeyTypeBooleanIndexKey. type()IndexKeyTypeByteIndexKey. type()IndexKeyTypeBytesIndexKey. type()IndexKeyTypeDateIndexKey. type()IndexKeyTypeDecimalIndexKey. type()IndexKeyTypeDoubleIndexKey. type()IndexKeyTypeFloatIndexKey. type()IndexKeyTypeIndexKey. type()IndexKeyTypeIntegerIndexKey. type()IndexKeyTypeJavaObjectIndexKey. type()IndexKeyTypeLongIndexKey. type()IndexKeyTypeNullIndexKey. type()IndexKeyTypeShortIndexKey. type()IndexKeyTypeStringIndexKey. type()IndexKeyTypeTimeIndexKey. type()IndexKeyTypeTimestampIndexKey. type()IndexKeyTypeUuidIndexKey. type()Methods in org.apache.ignite.internal.cache.query.index.sorted.keys with parameters of type IndexKeyType Modifier and Type Method Description static voidIndexKeyFactory. register(IndexKeyType keyType, Function<Object,IndexKey> wrapper)Register wrapper for custom IndexKey type.static IndexKeyIndexKeyFactory. wrap(Object o, IndexKeyType keyType, CacheObjectValueContext coctx, IndexKeyTypeSettings keyTypeSettings)Wraps user object toIndexKeyobject.
-