Uses of Class
org.apache.ignite.internal.cache.query.index.IndexName
-
-
Uses of IndexName in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return IndexName Modifier and Type Method Description IndexNameIndexDefinition. idxName()Methods in org.apache.ignite.internal.cache.query.index with parameters of type IndexName Modifier and Type Method Description @Nullable IndexIndexProcessor. index(IndexName idxName)Returns index for specified name.voidIndexProcessor. removeIndex(IndexName idxName, boolean softDelete)Removes an index. -
Uses of IndexName in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return IndexName Modifier and Type Method Description IndexNameQueryIndexDefinition. idxName()Constructors in org.apache.ignite.internal.cache.query.index.sorted with parameters of type IndexName Constructor Description DurableBackgroundCleanupIndexTreeTask(List<Long> rootPages, List<InlineIndexTree> trees, String cacheGrpName, String cacheName, IndexName idxName, String treeName)Deprecated.QueryIndexDefinition(GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, IndexName idxName, String treeName, IndexRowCache idxRowCache, boolean isPrimary, boolean isAffinity, LinkedHashMap<String,IndexKeyDefinition> keyDefs, int cfgInlineSize, IndexKeyTypeSettings keyTypeSettings) -
Uses of IndexName in org.apache.ignite.internal.cache.query.index.sorted.client
Methods in org.apache.ignite.internal.cache.query.index.sorted.client that return IndexName Modifier and Type Method Description IndexNameClientIndexDefinition. idxName()Constructors in org.apache.ignite.internal.cache.query.index.sorted.client with parameters of type IndexName Constructor Description ClientIndexDefinition(IndexName idxName, LinkedHashMap<String,IndexKeyDefinition> keyDefs) -
Uses of IndexName in org.apache.ignite.internal.cache.query.index.sorted.inline
Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IndexName Constructor Description InlineObjectBytesDetector(int inlineSize, Collection<IndexKeyDefinition> keyDefs, IndexName idxName, IgniteLogger log)
-