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