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 |
SimpleCacheImpl.getCacheManager() |
EmbeddedCacheManager |
AbstractDelegatingCache.getCacheManager() |
EmbeddedCacheManager |
CacheImpl.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleCacheImpl.injectDependencies(ComponentRegistry componentRegistry,
Configuration configuration,
EmbeddedCacheManager cacheManager,
DataContainer dataContainer,
CacheNotifier cacheNotifier,
TimeService timeService,
InternalEntryFactory entryFactory) |
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
ExpirationManager expirationManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
org.infinispan.commons.marshall.StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
AuthorizationManager authorizationManager,
GlobalConfiguration globalCfg,
PartitionHandlingManager partitionHandlingManager,
LocalTopologyManager localTopologyManager) |
Modifier and Type | Method and Description |
---|---|
void |
CreateCacheCommand.init(EmbeddedCacheManager cacheManager) |
void |
RemoteCommandsFactory.inject(EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
Map<Byte,ModuleCommandFactory> commandFactories) |
Constructor and Description |
---|
RemoveCacheCommand(String cacheName,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
void |
MapReduceManagerImpl.init(EmbeddedCacheManager cacheManager,
PersistenceManager persistenceManager,
ExecutorService asyncTransportExecutor,
ClusteringDependentLogic cdl,
TimeService timeService,
Configuration configuration) |
Constructor and Description |
---|
GlobalComponentRegistry(GlobalConfiguration configuration,
EmbeddedCacheManager cacheManager,
Set<String> createdCaches)
Creates an instance of the component registry.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalStateManagerImpl.inject(GlobalConfiguration globalConfiguration,
TimeService timeService,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Field and Description |
---|---|
protected EmbeddedCacheManager |
BaseCustomInterceptor.embeddedCacheManager |
Modifier and Type | Method and Description |
---|---|
void |
ClusteringDependentLogic.LocalLogic.init(EmbeddedCacheManager cacheManager) |
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.
|
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.
|
<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. |
Constructor and Description |
---|
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicableCommandManagerFunction.inject(EmbeddedCacheManager manager) |
Modifier and Type | Method and Description |
---|---|
<V> CompletableFuture<Void> |
ClusterExecutorImpl.submitConsumer(Function<? super EmbeddedCacheManager,? extends V> function,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer) |
<V> CompletableFuture<Void> |
ClusterExecutorImpl.submitConsumer(SerializableFunction<? super EmbeddedCacheManager,? extends V> function,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer) |
Constructor and Description |
---|
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm) |
ClusterExecutorImpl(Predicate<? super Address> predicate,
EmbeddedCacheManager manager,
JGroupsTransport transport,
long time,
TimeUnit unit,
Executor localExecutor) |
Constructor and Description |
---|
ReplicableCommandManagerFunction(Function<? super EmbeddedCacheManager,?> function) |
Modifier and Type | Method and Description |
---|---|
void |
CacheManagerNotifierImpl.injectCacheManager(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 |
---|---|
void |
InternalCacheRegistryImpl.init(EmbeddedCacheManager cacheManager) |
void |
ClusterRegistryImpl.init(EmbeddedCacheManager cacheManager,
InternalCacheRegistry internalCacheRegistry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
PrincipalRoleMapperContext.getCacheManager()
Returns the
EmbeddedCacheManager in which this role mapper is being instantiated |
Constructor and Description |
---|
AddCacheManagerListenerAction(EmbeddedCacheManager cacheManager,
Object listener) |
DefineConfigurationAction(EmbeddedCacheManager cacheManager,
String cacheName,
Configuration configurationOverride) |
GetCacheAction(EmbeddedCacheManager cacheManager,
String cacheName) |
GetCacheManagerAddress(EmbeddedCacheManager cacheManager) |
GetCacheManagerClusterAvailabilityAction(EmbeddedCacheManager cacheManager) |
GetCacheManagerClusterNameAction(EmbeddedCacheManager cacheManager) |
GetCacheManagerCoordinatorAddress(EmbeddedCacheManager cacheManager) |
GetCacheManagerIsCoordinatorAction(EmbeddedCacheManager cacheManager) |
GetCacheManagerStatusAction(EmbeddedCacheManager cacheManager) |
GetGlobalComponentRegistryAction(EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
SecureCacheImpl.getCacheManager() |
EmbeddedCacheManager |
PrincipalRoleMapperContextImpl.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationManagerImpl.init(Cache<?,?> cache,
GlobalConfiguration globalConfiguration,
Configuration configuration,
GlobalSecurityManager globalSecurityManager,
EmbeddedCacheManager cacheManager) |
void |
GlobalSecurityManagerImpl.init(EmbeddedCacheManager cacheManager,
GlobalConfiguration globalConfiguration,
InternalCacheRegistry internalCacheRegistry) |
Constructor and Description |
---|
PrincipalRoleMapperContextImpl(EmbeddedCacheManager cacheManager) |
Constructor and Description |
---|
CacheContainerStatsImpl(EmbeddedCacheManager cm) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier,
EmbeddedCacheManager cacheManager,
EventLogManager eventLogManager) |
Modifier and Type | Method and Description |
---|---|
static EventLogger |
EventLogManager.getEventLogger(EmbeddedCacheManager cacheManager) |
Modifier and Type | Field and Description |
---|---|
EmbeddedCacheManager |
BackupReceiverRepositoryImpl.cacheManager |
Modifier and Type | Method and Description |
---|---|
void |
GlobalXSiteAdminOperations.inject(EmbeddedCacheManager cacheManager) |
void |
BackupReceiverRepositoryImpl.setup(EmbeddedCacheManager cacheManager) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.