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