public class SinkErrorHandlingFactoryBean extends Object
Constructor and Description |
---|
SinkErrorHandlingFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected void |
copyToSinkConfiguration(LocalClusterReplicationSinkConfig config) |
ConflictResolver |
getConflictResolver()
Gets the
ConflictResolver implementation which is used with the Sink component. |
Integer |
getMaximumRetriesOnTransactionLock()
Gets the maximum retries number defined for a failed operation which failed due to
transaction lock.
|
Integer |
getTransactionLockRetryInterval()
Gets the defined time interval between failed operations retry attempts.
|
void |
setConflictResolver(ConflictResolver conflictResolver)
Sets the
ConflictResolver implementation to be used with the Sink component. |
void |
setMaximumRetriesOnTransactionLock(Integer maximumRetriesOnTransactionLock)
Sets the maximum retries number of a failed operation due to transaction lock.
|
void |
setTransactionLockRetryInterval(Integer transactionLockRetryInterval)
Sets the time interval between failed operations retry attempts.
|
public void setMaximumRetriesOnTransactionLock(Integer maximumRetriesOnTransactionLock)
maximumRetriesOnTransactionLock
- Maximum retries number.public Integer getMaximumRetriesOnTransactionLock()
public void setTransactionLockRetryInterval(Integer transactionLockRetryInterval)
transactionLockRetryInterval
- Time interval between retry attempts.public Integer getTransactionLockRetryInterval()
public void setConflictResolver(ConflictResolver conflictResolver)
ConflictResolver
implementation to be used with the Sink component.conflictResolver
- The ConflictResolver
implementation.public ConflictResolver getConflictResolver()
ConflictResolver
implementation which is used with the Sink component.ConflictResolver
implementation.protected void copyToSinkConfiguration(LocalClusterReplicationSinkConfig config)
Copyright © GigaSpaces.