Uses of Class
org.apache.ignite.internal.util.GridLongList
-
Packages that use GridLongList Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.atomic org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.distributed.dht.topology org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.persistence.freelist org.apache.ignite.internal.processors.cache.persistence.freelist.io org.apache.ignite.internal.processors.cache.persistence.pagemem This package contains page memory implementation for case persitence is enabled.org.apache.ignite.internal.processors.cache.persistence.tree.reuse org.apache.ignite.internal.processors.cache.query.continuous org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of GridLongList in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridLongList Modifier and Type Method Description GridLongListIgniteCacheOffheapManager.CacheDataStore. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps.GridLongListIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps.GridLongListPartitionUpdateCounter. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps.GridLongListPartitionUpdateCounterDebugWrapper. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps.GridLongListPartitionUpdateCounterErrorWrapper. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps.GridLongListPartitionUpdateCounterTrackingImpl. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps.GridLongListPartitionUpdateCounterVolatileImpl. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps. -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type GridLongList Constructor Description GridDhtAtomicDeferredUpdateResponse(int cacheId, GridLongList futIds)Constructor. -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return types with arguments of type GridLongList Modifier and Type Method Description Map<Integer,GridLongList>CacheGroupAffinityMessage. assignmentsDiff()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridLongList Modifier and Type Method Description static List<ClusterNode>CacheGroupAffinityMessage. toNodes(GridLongList assign, Map<Long,ClusterNode> nodesByOrder, DiscoCache discoCache) -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that return GridLongList Modifier and Type Method Description GridLongListGridDhtLocalPartition. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps. -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return GridLongList Modifier and Type Method Description GridLongListGridCacheOffheapManager.GridCacheDataStore. finalizeUpdateCounters()Flushes pending update counters closing all possible gaps. -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.persistence.freelist
Methods in org.apache.ignite.internal.processors.cache.persistence.freelist that return GridLongList Modifier and Type Method Description GridLongListPagesList.PagesCache. flush()Flush all stripes to one list and clear stripes. -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.persistence.freelist.io
Method parameters in org.apache.ignite.internal.processors.cache.persistence.freelist.io with type arguments of type GridLongList Modifier and Type Method Description voidPagesListMetaIO. getBucketsData(long pageAddr, Map<Integer,GridLongList> res) -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.persistence.pagemem
Methods in org.apache.ignite.internal.processors.cache.persistence.pagemem that return GridLongList Modifier and Type Method Description GridLongListFullPageIdTable. removeIf(int startIdxToClear, int endIdxToClear, LoadedPagesMap.KeyPredicate keyPred)Removes entities matching provided predicate at specified mapping range.GridLongListLoadedPagesMap. removeIf(int startIdxToClear, int endIdxToClear, LoadedPagesMap.KeyPredicate keyPred)Removes entities matching provided predicate at specified mapping range.default GridLongListLoadedPagesMap. removeIf(LoadedPagesMap.KeyPredicate keyPred)Removes entities matching provided predicate.GridLongListRobinHoodBackwardShiftHashMap. removeIf(int startIdxToClear, int endIdxToClear, LoadedPagesMap.KeyPredicate keyPred)Removes entities matching provided predicate at specified mapping range. -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.persistence.tree.reuse
Subclasses of GridLongList in org.apache.ignite.internal.processors.cache.persistence.tree.reuse Modifier and Type Class Description classLongListReuseBagGridLongList-based reuse bag. -
Uses of GridLongList in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous with parameters of type GridLongList Modifier and Type Method Description voidCacheContinuousQueryManager. closeBackupUpdateCountersGaps(GridCacheContext cctx, int part, AffinityTopologyVersion topVer, GridLongList gaps)For cache updates in shared cache group need notify others caches CQ listeners that generated counter should be skipped. -
Uses of GridLongList in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return GridLongList Modifier and Type Method Description static GridLongListGridLongList. asList(long... vals)GridLongListGridLongList. copyWithout(GridLongList l)Returns (possibly reordered) copy of this list, excluding all elements of given list.GridLongListGridLongList. sort()Sorts this list.Methods in org.apache.ignite.internal.util with parameters of type GridLongList Modifier and Type Method Description voidGridLongList. addAll(GridLongList l)GridLongListGridLongList. copyWithout(GridLongList l)Returns (possibly reordered) copy of this list, excluding all elements of given list.
-