|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
public class TransactionLeaseRenewalConfig
Allows to configure transactions to be renewed automatically when using
AbstractJiniTransactionManager
and its different sub-classes.
Will cause a transaction to be renewed each setRenewDuration(long)
(which should be lower than the transaction timeout). Defaults to 2 seconds.
Allows also to set the setRenewRTT(long)
which controls the expected
round trip time to the server. Should be lower than the then the renew duration.
Defaults to 1 second.
The transaciton renewal also allows to configure the pool size of renewal managers that will be used to renew transactions. It defaults to 1 and under heavy load of tranasctions with renewals should probably be higher.
Constructor Summary | |
---|---|
TransactionLeaseRenewalConfig()
|
Method Summary | |
---|---|
net.jini.lease.LeaseListener |
getLeaseListener()
Sets an optional renew listener to be notified on renew events. |
int |
getPoolSize()
The pool size value of lease renewal managers (responsible for renewing transactions). |
long |
getRenewDuration()
Controls how often a transaction will be renewed (which should be lower than the transaction timeout). |
long |
getRenewRTT()
Controls the expected round trip time to the server. |
void |
setLeaseListener(net.jini.lease.LeaseListener leaseListener)
Sets an optional renew listener to be notified on renew events. |
void |
setPoolSize(int poolSize)
The pool size value of lease renewal managers (responsible for renewing transactions). |
void |
setRenewDuration(long renewDuration)
Controls how often a transaction will be renewed (which should be lower than the transaction timeout). |
void |
setRenewRTT(long renewRTT)
Controls the expected round trip time to the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionLeaseRenewalConfig()
Method Detail |
---|
public long getRenewDuration()
public void setRenewDuration(long renewDuration)
public long getRenewRTT()
public void setRenewRTT(long renewRTT)
public net.jini.lease.LeaseListener getLeaseListener()
public void setLeaseListener(net.jini.lease.LeaseListener leaseListener)
public int getPoolSize()
public void setPoolSize(int poolSize)
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |