| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
AbstractDelegatingCache.getCacheManager() |
EmbeddedCacheManager |
CacheImpl.getCacheManager() |
EmbeddedCacheManager |
SimpleCacheImpl.getCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
GlobalComponentRegistry.getCacheManager() |
| Constructor and Description |
|---|
GlobalComponentRegistry(GlobalConfiguration configuration,
EmbeddedCacheManager cacheManager,
Set<String> createdCaches,
ModuleRepository moduleRepository,
ConfigurationManager configurationManager)
Creates an instance of the component registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalConfigurationStorage.initialize(EmbeddedCacheManager embeddedCacheManager,
ConfigurationManager configurationManager,
BlockingManager blockingManager)
Initialization entry point for the
LocalConfigurationStorage |
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedCacheManager |
VolatileLocalConfigurationStorage.cacheManager |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableLocalConfigurationStorage.initialize(EmbeddedCacheManager embeddedCacheManager,
ConfigurationManager configurationManager,
BlockingManager blockingManager) |
void |
VolatileLocalConfigurationStorage.initialize(EmbeddedCacheManager cacheManager,
ConfigurationManager configurationManager,
BlockingManager blockingManager) |
| Constructor and Description |
|---|
HealthImpl(EmbeddedCacheManager embeddedCacheManager,
InternalCacheRegistry internalCacheRegistry) |
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedCacheManager |
BaseCustomAsyncInterceptor.embeddedCacheManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheManager
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
DefaultCacheManager.startCaches(String... cacheNames) |
EmbeddedCacheManager |
EmbeddedCacheManager.startCaches(String... cacheNames)
Starts a set of caches in parallel.
|
EmbeddedCacheManager |
DefaultCacheManager.withSubject(Subject subject) |
EmbeddedCacheManager |
EmbeddedCacheManager.withSubject(Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
<V> CompletableFuture<Void> |
ClusterExecutor.submitConsumer(Function<? super EmbeddedCacheManager,? extends V> callable,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer)
Submits the given command to the desired nodes and allows for handling of results as they return.
|
default <V> CompletableFuture<Void> |
ClusterExecutor.submitConsumer(SerializableFunction<? super EmbeddedCacheManager,? extends V> callable,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer)
The same as
ClusterExecutor.submitConsumer(Function, TriConsumer), except the Callable must also implement
Serializable. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate.
|
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedCacheManager |
AbstractDelegatingEmbeddedCacheManager.cm |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
AbstractDelegatingEmbeddedCacheManager.startCaches(String... cacheNames) |
EmbeddedCacheManager |
AbstractDelegatingEmbeddedCacheManager.withSubject(Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
static ClusterExecutor |
ClusterExecutors.allSubmissionExecutor(Predicate<? super Address> predicate,
EmbeddedCacheManager manager,
Transport transport,
long time,
TimeUnit unit,
Executor localExecutor,
ScheduledExecutorService timeoutExecutor) |
static ClusterExecutor |
ClusterExecutors.singleNodeSubmissionExecutor(Predicate<? super Address> predicate,
EmbeddedCacheManager manager,
Transport transport,
long time,
TimeUnit unit,
Executor localExecutor,
ScheduledExecutorService timeoutExecutor,
int failOverCount) |
| Constructor and Description |
|---|
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm) |
| Constructor and Description |
|---|
ReplicableManagerFunctionCommand(Function<? super EmbeddedCacheManager,?> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterListenerReplicateCallable.accept(EmbeddedCacheManager cacheManager,
Cache<K,V> cache) |
Void |
ClusterListenerRemoveCallable.apply(EmbeddedCacheManager embeddedCacheManager) |
Void |
ClusterListenerReplicateCallable.apply(EmbeddedCacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
Event.getCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
EventImpl.getCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventImpl.setCacheManager(EmbeddedCacheManager cacheManager) |
| Constructor and Description |
|---|
EventImpl(String cacheName,
EmbeddedCacheManager cacheManager,
Event.Type type,
List<Address> newMemberList,
List<Address> oldMemberList,
Address localAddress,
int viewId) |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
PrincipalRoleMapperContext.getCacheManager()
Returns the
EmbeddedCacheManager in which this role mapper is being instantiated |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
PrincipalRoleMapperContextImpl.getCacheManager() |
EmbeddedCacheManager |
SecureCacheImpl.getCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalSecurityManagerImpl.init(EmbeddedCacheManager cacheManager,
GlobalConfiguration globalConfiguration,
InternalCacheRegistry internalCacheRegistry) |
void |
AuthorizationManagerImpl.init(String cacheName,
GlobalConfiguration globalConfiguration,
Configuration configuration,
GlobalSecurityManager globalSecurityManager,
EmbeddedCacheManager cacheManager) |
| Constructor and Description |
|---|
PrincipalRoleMapperContextImpl(EmbeddedCacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterContainerStatsImpl.init(EmbeddedCacheManager cacheManager,
GlobalConfiguration configuration) |
| Constructor and Description |
|---|
CacheContainerStatsImpl(EmbeddedCacheManager cm)
Deprecated.
|
| Constructor and Description |
|---|
ClusterCacheStatus(EmbeddedCacheManager cacheManager,
String cacheName,
AvailabilityStrategy availabilityStrategy,
RebalanceType rebalanceType,
ClusterTopologyManagerImpl clusterTopologyManager,
Transport transport,
PersistentUUIDManager persistentUUIDManager,
EventLogManager eventLogManager,
Optional<ScopedPersistentState> state,
boolean resolveConflictsOnMerge) |
| Modifier and Type | Method and Description |
|---|---|
static EventLogger |
EventLogManager.getEventLogger(EmbeddedCacheManager cacheManager) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.