public static class CacheContainer.CacheContainerResources extends Object
Constructor and Description |
---|
CacheContainerResources() |
Modifier and Type | Method and Description |
---|---|
AsyncOperationsThreadPool |
asyncOperationsThreadPool()
Defines a thread pool used for asynchronous operations.
|
DistributedCache |
distributedCache(String key) |
List<DistributedCache> |
distributedCaches()
Get the list of DistributedCache resources
|
ExpirationThreadPool |
expirationThreadPool()
Defines a thread pool used for for evictions.
|
InvalidationCache |
invalidationCache(String key) |
List<InvalidationCache> |
invalidationCaches()
Get the list of InvalidationCache resources
|
JGroupsTransport |
jgroupsTransport()
The description of the transport used by this cache container
|
ListenerThreadPool |
listenerThreadPool()
Defines a thread pool used for asynchronous cache listener
notifications.
|
LocalCache |
localCache(String key) |
List<LocalCache> |
localCaches()
Get the list of LocalCache resources
|
NoneTransport |
noneTransport()
A local-only transport used by this cache-container
|
PersistenceThreadPool |
persistenceThreadPool()
Defines a thread pool used for interacting with the persistent store.
|
RemoteCommandThreadPool |
remoteCommandThreadPool()
Defines a thread pool used to execute remote commands.
|
ReplicatedCache |
replicatedCache(String key) |
List<ReplicatedCache> |
replicatedCaches()
Get the list of ReplicatedCache resources
|
ScatteredCache |
scatteredCache(String key) |
List<ScatteredCache> |
scatteredCaches()
Get the list of ScatteredCache resources
|
StateTransferThreadPool |
stateTransferThreadPool()
Defines a thread pool used for for state transfer.
|
TransportThreadPool |
transportThreadPool()
Defines a thread pool used for asynchronous transport communication.
|
public List<InvalidationCache> invalidationCaches()
public InvalidationCache invalidationCache(String key)
public List<LocalCache> localCaches()
public LocalCache localCache(String key)
public List<ReplicatedCache> replicatedCaches()
public ReplicatedCache replicatedCache(String key)
public List<DistributedCache> distributedCaches()
public DistributedCache distributedCache(String key)
public List<ScatteredCache> scatteredCaches()
public ScatteredCache scatteredCache(String key)
public RemoteCommandThreadPool remoteCommandThreadPool()
public JGroupsTransport jgroupsTransport()
public AsyncOperationsThreadPool asyncOperationsThreadPool()
public ExpirationThreadPool expirationThreadPool()
public TransportThreadPool transportThreadPool()
public NoneTransport noneTransport()
public PersistenceThreadPool persistenceThreadPool()
public ListenerThreadPool listenerThreadPool()
public StateTransferThreadPool stateTransferThreadPool()
Copyright © 2019 JBoss by Red Hat. All rights reserved.