| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
TransactionComponent |
TransactionComponent.commits(Long value)
The number of transaction commits.
|
TransactionComponent |
TransactionComponent.locking(String value)
The locking mode for this cache, one of OPTIMISTIC or PESSIMISTIC.
|
TransactionComponent |
TransactionComponent.mode(String value)
Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA, FULL_XA.
|
TransactionComponent |
TransactionComponent.prepares(Long value)
The number of transaction prepares.
|
TransactionComponent |
TransactionComponent.rollbacks(Long value)
The number of transaction rollbacks.
|
TransactionComponent |
TransactionComponent.stopTimeout(Long value)
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
|
TransactionComponent |
ReplicatedCache.transactionComponent()
The cache transaction configuration.
|
TransactionComponent |
LocalCache.transactionComponent()
The cache transaction configuration.
|
TransactionComponent |
InvalidationCache.transactionComponent()
The cache transaction configuration.
|
TransactionComponent |
DistributedCache.transactionComponent()
The cache transaction configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedCache |
ReplicatedCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
LocalCache |
LocalCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
InvalidationCache |
InvalidationCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
DistributedCache |
DistributedCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.