public static class RemoteCacheContainer.RemoteCacheContainerResources extends Object
Constructor and Description |
---|
RemoteCacheContainerResources() |
Modifier and Type | Method and Description |
---|---|
AsyncThreadPool |
asyncThreadPool()
Defines a thread pool used for asynchronous operations.
|
ConnectionPoolComponent |
connectionPoolComponent()
Configuration of the connection pool.
|
InvalidationNearCache |
invalidationNearCache()
Configures using near cache in invalidated mode.
|
NoneNearCache |
noneNearCache()
Disables near cache.
|
RemoteCluster |
remoteCluster(String key) |
List<RemoteCluster> |
remoteClusters()
Get the list of RemoteCluster resources
|
SecurityComponent |
securityComponent()
Security configuration.
|
public List<RemoteCluster> remoteClusters()
public RemoteCluster remoteCluster(String key)
public SecurityComponent securityComponent()
public AsyncThreadPool asyncThreadPool()
public ConnectionPoolComponent connectionPoolComponent()
public NoneNearCache noneNearCache()
public InvalidationNearCache invalidationNearCache()
Copyright © 2019 JBoss by Red Hat. All rights reserved.