Uses of Interface
org.apache.ignite.internal.util.collection.IntMap
-
-
Uses of IntMap in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type IntMap Modifier and Type Method Description voidIndexProcessor. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPart, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool)Defragment index partition. -
Uses of IntMap in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type IntMap Modifier and Type Method Description voidIndexingDefragmentation. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPartition, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool, IgniteLogger log)Defragment index partition. -
Uses of IntMap in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat that return IntMap Modifier and Type Method Description IntMap<ObjectPartitionStatisticsObsolescence>IgniteStatisticsRepository. getObsolescence(StatisticsKey key)Get map partitionId to partition obsolescence by key.Methods in org.apache.ignite.internal.processors.query.stat that return types with arguments of type IntMap Modifier and Type Method Description Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>>IgniteStatisticsDummyStoreImpl. loadAllObsolescence()Load all obsolescence info from store.Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>>IgniteStatisticsInMemoryStoreImpl. loadAllObsolescence()Load all obsolescence info from store.Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>>IgniteStatisticsPersistenceStoreImpl. loadAllObsolescence()Load all obsolescence info from store.Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>>IgniteStatisticsStore. loadAllObsolescence()Load all obsolescence info from store.Method parameters in org.apache.ignite.internal.processors.query.stat with type arguments of type IntMap Modifier and Type Method Description voidIgniteStatisticsDummyStoreImpl. saveObsolescenceInfo(Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>> obsolescence)voidIgniteStatisticsInMemoryStoreImpl. saveObsolescenceInfo(Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>> obsolescence)voidIgniteStatisticsPersistenceStoreImpl. saveObsolescenceInfo(Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>> obsolescence)voidIgniteStatisticsStore. saveObsolescenceInfo(Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>> obsolescence) -
Uses of IntMap in org.apache.ignite.internal.util.collection
Classes in org.apache.ignite.internal.util.collection that implement IntMap Modifier and Type Class Description classIntHashMap<V>The simple map for primitive types base on Robin-hood hashing with backward shift.classIntRWHashMap<V>Read-write lock wrapper forIntMap.Constructors in org.apache.ignite.internal.util.collection with parameters of type IntMap Constructor Description IntHashMap(IntMap<? extends V> other)Copy constructor.
-