public class IgniteAtomicConsistencyViolationException extends IgniteConsistencyViolationException
| Constructor and Description |
|---|
IgniteAtomicConsistencyViolationException(Map<KeyCacheObject,EntryGetResult> correctedMap,
Map<KeyCacheObject,EntryGetResult> primaryMap,
Consumer<Map<KeyCacheObject,EntryGetResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
Map<KeyCacheObject,EntryGetResult> |
correctedMap() |
Set<KeyCacheObject> |
keys()
Inconsistent entries keys.
|
void |
onRepaired(KeyCacheObject key) |
Map<KeyCacheObject,EntryGetResult> |
primaryMap() |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IgniteAtomicConsistencyViolationException(Map<KeyCacheObject,EntryGetResult> correctedMap, Map<KeyCacheObject,EntryGetResult> primaryMap, Consumer<Map<KeyCacheObject,EntryGetResult>> callback)
correctedMap - Corrected map.primaryMap - Primary map.callback - Repaired callback.public Map<KeyCacheObject,EntryGetResult> correctedMap()
public Map<KeyCacheObject,EntryGetResult> primaryMap()
public void onRepaired(KeyCacheObject key)
public Set<KeyCacheObject> keys()
keys in class IgniteConsistencyViolationException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023