| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.verify |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionUpdateCounterDebugWrapper
Update counter wrapper with logging capabilities.
|
class |
PartitionUpdateCounterErrorWrapper
Update counter wrapper for error logging.
|
class |
PartitionUpdateCounterMvccImpl
Update counter implementation for MVCC mode.
|
class |
PartitionUpdateCounterTrackingImpl
Update counter implementation used for cache groups in persistent mode for both tx and atomic caches.
|
class |
PartitionUpdateCounterVolatileImpl
Partition update counter for volatile caches.
|
| Modifier and Type | Field and Description |
|---|---|
protected PartitionUpdateCounter |
IgniteCacheOffheapManagerImpl.CacheDataStoreImpl.pCntr
Update counter.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionUpdateCounter |
PartitionUpdateCounterErrorWrapper.copy() |
PartitionUpdateCounter |
PartitionUpdateCounterDebugWrapper.copy() |
PartitionUpdateCounter |
PartitionUpdateCounterTrackingImpl.copy() |
PartitionUpdateCounter |
PartitionUpdateCounterVolatileImpl.copy() |
PartitionUpdateCounter |
PartitionUpdateCounterMvccImpl.copy() |
PartitionUpdateCounter |
PartitionUpdateCounter.copy() |
PartitionUpdateCounter |
IgniteCacheOffheapManagerImpl.CacheDataStoreImpl.partUpdateCounter() |
@Nullable PartitionUpdateCounter |
IgniteCacheOffheapManager.CacheDataStore.partUpdateCounter() |
| Constructor and Description |
|---|
PartitionUpdateCounterDebugWrapper(int partId,
PartitionUpdateCounter delegate) |
PartitionUpdateCounterErrorWrapper(int partId,
PartitionUpdateCounter delegate) |
| Modifier and Type | Method and Description |
|---|---|
PartitionUpdateCounter |
GridCacheOffheapManager.GridCacheDataStore.partUpdateCounter() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,Map<Integer,PartitionUpdateCounter>> |
IdleVerifyUtility.getUpdateCountersSnapshot(IgniteEx ign,
Set<Integer> grpIds)
Gather updateCounters info.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Integer> |
IdleVerifyUtility.compareUpdateCounters(IgniteEx ign,
Map<Integer,Map<Integer,PartitionUpdateCounter>> cntrsIn,
Integer grpId)
Compares two sets with partitions and upd counters per group distribution.
|
static List<Integer> |
IdleVerifyUtility.compareUpdateCounters(IgniteEx ign,
Map<Integer,Map<Integer,PartitionUpdateCounter>> cntrsEth,
Map<Integer,Map<Integer,PartitionUpdateCounter>> curCntrs)
Compares two sets with partitions and upd counters per group distribution.
|
static List<Integer> |
IdleVerifyUtility.compareUpdateCounters(IgniteEx ign,
Map<Integer,Map<Integer,PartitionUpdateCounter>> cntrsEth,
Map<Integer,Map<Integer,PartitionUpdateCounter>> curCntrs)
Compares two sets with partitions and upd counters per group distribution.
|
| Constructor and Description |
|---|
IdleChecker(IgniteEx ig,
Map<Integer,Map<Integer,PartitionUpdateCounter>> partsWithCntrsPerGrp) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023