Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
The syncRollbackPhase setting can no longer be modified at runtime. It must be the same on all nodes.
|
TransactionConfiguration |
TransactionConfiguration.syncRollbackPhase(boolean b)
Deprecated.
The syncRollbackPhase setting can no longer be modified at runtime. It must be the same on all nodes.
|
TransactionConfiguration |
Configuration.transaction() |
TransactionConfiguration |
TransactionConfiguration.transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
Deprecated.
since 9.0. The transaction manager is only looked up once, during cache startup.
|
Modifier and Type | Method and Description |
---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.read(TransactionConfiguration template) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.