| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
LockingComponent |
LockingComponent.acquireTimeout(Long value)
Maximum time to attempt a particular lock acquisition.
|
LockingComponent |
LockingComponent.concurrencyLevel(Integer value)
Concurrency level for lock containers.
|
LockingComponent |
LockingComponent.currentConcurrencyLevel(Integer value)
The estimated number of concurrently updating threads which this cache can support.
|
LockingComponent |
LockingComponent.isolation(String value)
Sets the cache locking isolation level.
|
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.
|
LockingComponent |
LockingComponent.numberOfLocksAvailable(Integer value)
The number of locks available to this cache.
|
LockingComponent |
LockingComponent.numberOfLocksHeld(Integer value)
The number of locks currently in use by this cache.
|
LockingComponent |
LockingComponent.striping(Boolean value)
If true, a pool of shared locks is maintained for all entries that need to be locked.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedCache |
ReplicatedCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
LocalCache |
LocalCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
InvalidationCache |
InvalidationCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
DistributedCache |
DistributedCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.