|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionConfiguration | |
---|---|
org.infinispan.configuration.cache | Classes related to eviction. |
Uses of TransactionConfiguration in org.infinispan.configuration.cache |
---|
Methods in org.infinispan.configuration.cache that return TransactionConfiguration | |
---|---|
TransactionConfiguration |
TransactionConfiguration.cacheStopTimeout(long l)
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish. |
TransactionConfiguration |
TransactionConfigurationBuilder.create()
|
TransactionConfiguration |
TransactionConfiguration.lockingMode(LockingMode lockingMode)
Configures whether the cache uses optimistic or pessimistic locking. |
TransactionConfiguration |
TransactionConfiguration.syncCommitPhase(boolean b)
If true, the cluster-wide commit phase in two-phase commit (2PC) transactions will be synchronous, so Infinispan will wait for responses from all nodes to which the commit was sent. |
TransactionConfiguration |
TransactionConfiguration.syncRollbackPhase(boolean b)
If true, the cluster-wide rollback phase in two-phase commit (2PC) transactions will be synchronous, so Infinispan will wait for responses from all nodes to which the rollback was sent. |
TransactionConfiguration |
Configuration.transaction()
|
TransactionConfiguration |
TransactionConfiguration.transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
|
TransactionConfiguration |
TransactionConfiguration.useEagerLocking(boolean b)
Deprecated. |
Methods in org.infinispan.configuration.cache with parameters of type TransactionConfiguration | |
---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.read(TransactionConfiguration template)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |