|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public static interface FluentConfiguration.TransactionConfig
Defines transactional (JTA) characteristics of the cache.
| Method Summary | |
|---|---|
FluentConfiguration.TransactionConfig |
autoCommit(boolean enabled)
Deprecated. |
Configuration |
build()
Deprecated. |
FluentConfiguration.TransactionConfig |
cacheStopTimeout(Integer cacheStopTimeout)
Deprecated. If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish. |
FluentConfiguration.ClusteringConfig |
clustering()
Deprecated. |
FluentConfiguration.CustomInterceptorsConfig |
customInterceptors()
Deprecated. |
FluentConfiguration.DataContainerConfig |
dataContainer()
Deprecated. |
FluentConfiguration.DeadlockDetectionConfig |
deadlockDetection()
Deprecated. This method allows configuration of the deadlock detection. |
FluentConfiguration.TransactionConfig |
eagerLockSingleNode(Boolean eagerLockSingleNode)
Deprecated. starting with Infinispan 5.1 single node locking is used by default |
FluentConfiguration.EvictionConfig |
eviction()
Deprecated. |
FluentConfiguration.ExpirationConfig |
expiration()
Deprecated. |
FluentConfiguration.IndexingConfig |
indexing()
Deprecated. This method allows configuration of the indexing subsystem. |
FluentConfiguration.InvocationBatchingConfig |
invocationBatching()
Deprecated. This method allows configuration of invocation batching. |
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
Deprecated. This method allows configuration of jmx statistics. |
FluentConfiguration.LoadersConfig |
loaders()
Deprecated. |
FluentConfiguration.LockingConfig |
locking()
Deprecated. |
FluentConfiguration.TransactionConfig |
lockingMode(LockingMode lockingMode)
Deprecated. Configures whether the cache uses optimistic or pessimistic locking. |
FluentConfiguration.RecoveryConfig |
recovery()
Deprecated. This method allows configuration of the transaction recovery cache. |
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated. This method allows configuration of lazy deserialization. |
FluentConfiguration.TransactionConfig |
syncCommitPhase(Boolean syncCommitPhase)
Deprecated. 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. |
FluentConfiguration.TransactionConfig |
syncRollbackPhase(Boolean syncRollbackPhase)
Deprecated. 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. |
FluentConfiguration.TransactionConfig |
transaction()
Deprecated. |
FluentConfiguration.TransactionConfig |
transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
Deprecated. Configure Transaction manager lookup directly using an instance of TransactionManagerLookup. |
FluentConfiguration.TransactionConfig |
transactionManagerLookupClass(Class<? extends TransactionManagerLookup> transactionManagerLookupClass)
Deprecated. Fully qualified class name of a class that looks up a reference to a TransactionManager. |
FluentConfiguration.TransactionConfig |
transactionMode(TransactionMode transactionMode)
Deprecated. Configures whether the cache is transactional or not. |
FluentConfiguration.TransactionConfig |
transactionSynchronizationRegistryLookup(TransactionSynchronizationRegistryLookup transactionSynchronizationRegistryLookup)
Deprecated. Configure Transaction Synchronization Registry lookup directly using an instance of TransactionManagerLookup. |
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated. |
Configuration.TransactionType |
use1PcForAutoCommitTransactions(boolean b)
Deprecated. This configuration option was added for the following situation: - pre 5.1 code is using the cache |
FluentConfiguration.TransactionConfig |
useEagerLocking(Boolean useEagerLocking)
Deprecated. |
FluentConfiguration.TransactionConfig |
useSynchronization(Boolean useSynchronization)
Deprecated. |
FluentConfiguration.VersioningConfig |
versioning()
Deprecated. |
| Method Detail |
|---|
FluentConfiguration.TransactionConfig transactionManagerLookupClass(Class<? extends TransactionManagerLookup> transactionManagerLookupClass)
TransactionManager. The default provided is capable of locating
the default TransactionManager in most popular Java EE systems, using a JNDI lookup.
transactionManagerLookupClass - FluentConfiguration.TransactionConfig transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
transactionManagerLookup - instance to use as lookup
FluentConfiguration.TransactionConfig transactionSynchronizationRegistryLookup(TransactionSynchronizationRegistryLookup transactionSynchronizationRegistryLookup)
transactionSynchronizationRegistryLookup - instance to use as lookup
FluentConfiguration.TransactionConfig syncCommitPhase(Boolean syncCommitPhase)
syncCommitPhase - FluentConfiguration.TransactionConfig syncRollbackPhase(Boolean syncRollbackPhase)
syncRollbackPhase - @Deprecated FluentConfiguration.TransactionConfig useEagerLocking(Boolean useEagerLocking)
useEagerLocking - Configuration.getTransactionLockingMode()@Deprecated FluentConfiguration.TransactionConfig eagerLockSingleNode(Boolean eagerLockSingleNode)
eagerLockSingleNode - FluentConfiguration.TransactionConfig cacheStopTimeout(Integer cacheStopTimeout)
FluentConfiguration.RecoveryConfig recovery()
FluentConfiguration.RecoveryConfig.disable()
FluentConfiguration.TransactionConfig useSynchronization(Boolean useSynchronization)
FluentConfiguration.TransactionConfig lockingMode(LockingMode lockingMode)
Configuration.isTransactionalCache()FluentConfiguration.TransactionConfig transactionMode(TransactionMode transactionMode)
TransactionModeFluentConfiguration.TransactionConfig autoCommit(boolean enabled)
Configuration.isTransactionAutoCommit().Configuration.TransactionType use1PcForAutoCommitTransactions(boolean b)
FluentConfiguration.LockingConfig locking()
FluentConfiguration.LoadersConfig loaders()
FluentConfiguration.TransactionConfig transaction()
FluentConfiguration.DeadlockDetectionConfig deadlockDetection()
FluentConfiguration.DeadlockDetectionConfig.disable()
FluentConfiguration.CustomInterceptorsConfig customInterceptors()
FluentConfiguration.EvictionConfig eviction()
FluentConfiguration.ExpirationConfig expiration()
FluentConfiguration.ClusteringConfig clustering()
FluentConfiguration.IndexingConfig indexing()
FluentConfiguration.IndexingConfig.disable()
FluentConfiguration.DataContainerConfig dataContainer()
FluentConfiguration.UnsafeConfig unsafe()
FluentConfiguration.JmxStatisticsConfig jmxStatistics()
FluentConfiguration.StoreAsBinaryConfig storeAsBinary()
FluentConfiguration.InvocationBatchingConfig invocationBatching()
FluentConfiguration.VersioningConfig versioning()
Configuration build()
|
--> | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||