CustomFailurePolicy instead.@Deprecated public interface CustomFailurePolicy<K,V> extends CustomFailurePolicy<K,V>
BackupFailureException to signal that they want the intra-site operation to
fail as well. If handle methods don't throw any exception then the operation will succeed in the local cluster. For
convenience, there is a support implementation of this class: AbstractCustomFailurePolicy
Lifecycle: the same instance is invoked during the lifecycle of a cache so it is allowed to hold state between
invocations.
Threadsafety: instances of this class might be invoked from different threads and they should be synchronized.BackupFailureExceptionhandleClearFailure, handleCommitFailure, handleComputeFailure, handleComputeIfAbsentFailure, handlePrepareFailure, handlePutAllFailure, handlePutFailure, handleReadWriteKeyFailure, handleReadWriteKeyValueFailure, handleReadWriteManyEntriesFailure, handleReadWriteManyFailure, handleRemoveFailure, handleReplaceFailure, handleRollbackFailure, handleWriteOnlyKeyFailure, handleWriteOnlyKeyValueFailure, handleWriteOnlyManyEntriesFailure, handleWriteOnlyManyFailure, initCopyright © 2022 JBoss by Red Hat. All rights reserved.