public class IgniteIrreparableConsistencyViolationException extends IgniteCheckedException
| Constructor and Description |
|---|
IgniteIrreparableConsistencyViolationException(Collection<Object> repairableKeys,
Collection<Object> irreparableKeys) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Object> |
irreparableKeys()
Inconsistent keys found but can not be repaired using the specified strategy.
|
Collection<Object> |
repairableKeys()
Inconsistent keys found but can be repaired using the specified strategy.
|
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IgniteIrreparableConsistencyViolationException(Collection<Object> repairableKeys, Collection<Object> irreparableKeys)
repairableKeys - Repairable keys.irreparableKeys - Irreparable keys.public Collection<Object> irreparableKeys()
public Collection<Object> repairableKeys()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023