Class IdleVerifyUtility.VerifyPartitionContext
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.verify.IdleVerifyUtility.VerifyPartitionContext
-
- Enclosing class:
- IdleVerifyUtility
public static class IdleVerifyUtility.VerifyPartitionContext extends Object
-
-
Constructor Summary
Constructors Constructor Description VerifyPartitionContext()VerifyPartitionContext(IncrementalSnapshotVerificationTask.HashHolder hash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdate(KeyCacheObject key, CacheObject val, CacheEntryVersion ver)
-
-
-
Constructor Detail
-
VerifyPartitionContext
public VerifyPartitionContext()
-
VerifyPartitionContext
public VerifyPartitionContext(IncrementalSnapshotVerificationTask.HashHolder hash)
- Parameters:
hash- Incremental snapshot hash holder.
-
-
Method Detail
-
update
public void update(KeyCacheObject key, CacheObject val, CacheEntryVersion ver) throws IgniteCheckedException
- Throws:
IgniteCheckedException
-
-