| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
LockingComponent<T extends LockingComponent>
The locking configuration of the cache.
|
interface |
LockingComponentConfigurator<T extends LockingComponent> |
| Modifier and Type | Method and Description |
|---|---|
LockingComponent |
ReplicatedCache.lockingComponent()
The locking configuration of the cache.
|
LockingComponent |
LocalCache.lockingComponent()
The locking configuration of the cache.
|
LockingComponent |
InvalidationCache.lockingComponent()
The locking configuration of the cache.
|
LockingComponent |
DistributedCache.lockingComponent()
The locking configuration of the cache.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ReplicatedCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
T |
LocalCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
T |
InvalidationCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
T |
DistributedCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.