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.BackupFailureException
handleClearFailure, handleCommitFailure, handleComputeFailure, handleComputeIfAbsentFailure, handlePrepareFailure, handlePutAllFailure, handlePutFailure, handleReadWriteKeyFailure, handleReadWriteKeyValueFailure, handleReadWriteManyEntriesFailure, handleReadWriteManyFailure, handleRemoveFailure, handleReplaceFailure, handleRollbackFailure, handleWriteOnlyKeyFailure, handleWriteOnlyKeyValueFailure, handleWriteOnlyManyEntriesFailure, handleWriteOnlyManyFailure, init
Copyright © 2021 JBoss by Red Hat. All rights reserved.