Package org.apache.ignite.events
Interface CacheConsistencyViolationEvent.EntriesInfo
-
- Enclosing class:
- CacheConsistencyViolationEvent
public static interface CacheConsistencyViolationEvent.EntriesInfo
Inconsistent entries mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<ClusterNode,CacheConsistencyViolationEvent.EntryInfo>
getMapping()
int
partition()
-
-
-
Method Detail
-
getMapping
Map<ClusterNode,CacheConsistencyViolationEvent.EntryInfo> getMapping()
- Returns:
- Entry's mapping.
-
partition
int partition()
- Returns:
- Entry's partition.
-
-