Uses of Interface
org.apache.ignite.events.CacheConsistencyViolationEvent.EntriesInfo
-
Packages that use CacheConsistencyViolationEvent.EntriesInfo Package Description org.apache.ignite.events Contains Event Subscription functionality together with various events emitted by Ignite. -
-
Uses of CacheConsistencyViolationEvent.EntriesInfo in org.apache.ignite.events
Methods in org.apache.ignite.events that return types with arguments of type CacheConsistencyViolationEvent.EntriesInfo Modifier and Type Method Description Map<Object,CacheConsistencyViolationEvent.EntriesInfo>
CacheConsistencyViolationEvent. getEntries()
Returns a mapping of keys to a collection of original entries.Constructor parameters in org.apache.ignite.events with type arguments of type CacheConsistencyViolationEvent.EntriesInfo Constructor Description CacheConsistencyViolationEvent(String cacheName, ClusterNode node, String msg, Map<Object,CacheConsistencyViolationEvent.EntriesInfo> entries, Map<Object,Object> repaired, ReadRepairStrategy strategy)
Creates a new instance of CacheConsistencyViolationEvent.
-