Generated by
JDiff

Class org.infinispan.configuration.cache.TransactionConfigurationBuilder

Added interface org.infinispan.commons.configuration.Builder.

Changed Methods
TransactionConfigurationBuilder completedTxTimeout(long) Documentation changed from old to new.
The duration (millis) in which to keep information about the completion of a transaction.
TransactionConfigurationBuilder lockingMode(LockingMode) Documentation changed from old to new.
Configures whether the cache uses optimistic or pessimistic locking.
TransactionConfigurationBuilder syncRollbackPhase(boolean) Documentation changed from old to new.
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.
TransactionConfigurationBuilder syncCommitPhase(boolean) Documentation changed from old to new.
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.