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.
|
List<DistributedCache> |
distributedCaches()
Get the list of DistributedCache resources
|
ExpirationThreadPool |
expirationThreadPool()
Defines a thread pool used for for evictions.
|
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.
|
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.
|
List<ReplicatedCache> |
replicatedCaches()
Get the list of ReplicatedCache resources
|
StateTransferThreadPool |
stateTransferThreadPool()
Defines a thread pool used for for state transfer.
|
TransportThreadPool |
transportThreadPool()
Defines a thread pool used for asynchronous transport communication.
|
@Subresource public List<InvalidationCache> invalidationCaches()
@Subresource public List<LocalCache> localCaches()
@Subresource public List<ReplicatedCache> replicatedCaches()
@Subresource public List<DistributedCache> distributedCaches()
@Subresource public JGroupsTransport jgroupsTransport()
@Subresource public RemoteCommandThreadPool remoteCommandThreadPool()
@Subresource public AsyncOperationsThreadPool asyncOperationsThreadPool()
@Subresource public ExpirationThreadPool expirationThreadPool()
@Subresource public NoneTransport noneTransport()
@Subresource public TransportThreadPool transportThreadPool()
@Subresource public PersistenceThreadPool persistenceThreadPool()
@Subresource public ListenerThreadPool listenerThreadPool()
@Subresource public StateTransferThreadPool stateTransferThreadPool()
Copyright © 2015 JBoss by Red Hat. All rights reserved.