Uses of Class
org.infinispan.configuration.cache.TransactionConfiguration

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 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.useEagerLocking(boolean b)
          Deprecated. 
 

Methods in org.infinispan.configuration.cache with parameters of type TransactionConfiguration
 TransactionConfigurationBuilder TransactionConfigurationBuilder.read(TransactionConfiguration template)
           
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.