Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
TransactionComponent<T extends TransactionComponent<T>>
The cache transaction configuration.
|
interface |
TransactionComponentConsumer<T extends TransactionComponent<T>> |
interface |
TransactionComponentSupplier<T extends TransactionComponent> |
Modifier and Type | Method and Description |
---|---|
TransactionComponent |
TransactionComponentSupplier.get()
Constructed instance of TransactionComponent resource
|
TransactionComponent |
DistributedCache.DistributedCacheResources.transactionComponent()
The cache transaction configuration.
|
TransactionComponent |
InvalidationCache.InvalidationCacheResources.transactionComponent()
The cache transaction configuration.
|
TransactionComponent |
ScatteredCache.ScatteredCacheResources.transactionComponent()
The cache transaction configuration.
|
TransactionComponent |
LocalCache.LocalCacheResources.transactionComponent()
The cache transaction configuration.
|
TransactionComponent |
ReplicatedCache.ReplicatedCacheResources.transactionComponent()
The cache transaction configuration.
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
T |
InvalidationCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
T |
ScatteredCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
T |
LocalCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
T |
ReplicatedCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.