| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionComponent<T extends TransactionComponent>
The cache transaction configuration.
|
interface |
TransactionComponentConfigurator<T extends TransactionComponent> |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
T |
ReplicatedCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
T |
LocalCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
T |
InvalidationCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
T |
DistributedCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.