Package org.apache.ignite.events
Interface CacheConsistencyViolationEvent.EntryInfo
- 
- Enclosing class:
- CacheConsistencyViolationEvent
 
 public static interface CacheConsistencyViolationEvent.EntryInfoInconsistent entry info.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue()CacheEntryVersiongetVersion()booleanisCorrect()booleanisPrimary()
 
- 
- 
- 
Method Detail- 
getValueObject getValue() - Returns:
- Value.
 
 - 
getVersionCacheEntryVersion getVersion() - Returns:
- Version.
 
 - 
isPrimaryboolean isPrimary() - Returns:
- Located at the primary node.
 
 - 
isCorrectboolean isCorrect() - Returns:
- Marked as correct during the repair.
 
 
- 
 
-