Package org.apache.ignite.events
Interface CacheConsistencyViolationEvent.EntryInfo
-
- Enclosing class:
- CacheConsistencyViolationEvent
public static interface CacheConsistencyViolationEvent.EntryInfo
Inconsistent entry info.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getValue()
CacheEntryVersion
getVersion()
boolean
isCorrect()
boolean
isPrimary()
-
-
-
Method Detail
-
getValue
Object getValue()
- Returns:
- Value.
-
getVersion
CacheEntryVersion getVersion()
- Returns:
- Version.
-
isPrimary
boolean isPrimary()
- Returns:
- Located at the primary node.
-
isCorrect
boolean isCorrect()
- Returns:
- Marked as correct during the repair.
-
-