|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.core.gateway.SinkErrorHandlingFactoryBean
public class SinkErrorHandlingFactoryBean
A factory bean used for configuring the Sink component error handling configuration.
| Constructor Summary | |
|---|---|
SinkErrorHandlingFactoryBean()
|
|
| Method Summary | |
|---|---|
protected void |
copyToSinkConfiguration(com.gigaspaces.internal.cluster.node.impl.gateway.sink.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SinkErrorHandlingFactoryBean()
| Method Detail |
|---|
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(com.gigaspaces.internal.cluster.node.impl.gateway.sink.LocalClusterReplicationSinkConfig config)
|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||