Interface | Description |
---|---|
CacheContainer | |
ClusterExecutor |
A cluster executor that can be used to invoke a given command across the cluster.
|
EmbeddedCacheManager |
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
|
EmbeddedCacheManagerAdmin |
Cache manager operations which affect the whole cluster.
|
Class | Description |
---|---|
AbstractDelegatingEmbeddedCacheManager | Deprecated
Extend from
AbstractDelegatingEmbeddedCacheManager
instead. |
DefaultCacheManager | |
DefaultCacheManagerAdmin |
The default implementation of
EmbeddedCacheManagerAdmin |
Enum | Description |
---|---|
ClusterExecutionPolicy |
ClusterExecutionPolicy controls how which nodes commands submitted via
ClusterExecutor . |
Exception | Description |
---|---|
EmbeddedCacheManagerStartupException |
An exception to encapsulate an error when starting up a cache manager
|
NamedCacheNotFoundException |
Thrown when a named cache cannot be found.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.