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 |
CacheImpl.getCacheManager() |
EmbeddedCacheManager |
AbstractDelegatingCache.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,
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 |
---|---|
EmbeddedCacheManager |
InfinispanExtensionEmbedded.InstalledCacheManager.getCacheManager() |
EmbeddedCacheManager |
DefaultEmbeddedCacheManagerProducer.getDefaultEmbeddedCacheManager(Configuration defaultConfiguration)
Produces the default embedded cache manager.
|
Modifier and Type | Method and Description |
---|---|
void |
InfinispanExtensionEmbedded.registerCacheConfigurations(CacheManagerEventBridge eventBridge,
javax.enterprise.inject.Instance<EmbeddedCacheManager> cacheManagers,
javax.enterprise.inject.spi.BeanManager beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedLog_$logger.cacheConfigurationDefined(String cacheName,
EmbeddedCacheManager cacheManager) |
void |
EmbeddedLog.cacheConfigurationDefined(String cacheName,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
void |
Interpreter.initialize(EmbeddedCacheManager cacheManager,
TimeService timeService) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
SessionImpl.getCacheManager() |
EmbeddedCacheManager |
Session.getCacheManager()
Obtains the CacheManager to which this session is attached
|
Constructor and Description |
---|
SessionImpl(CodecRegistry codecRegistry,
EmbeddedCacheManager cacheManager,
String id,
TimeService timeService) |
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) |
Constructor and Description |
---|
JCacheManager(URI uri,
EmbeddedCacheManager cacheManager,
javax.cache.spi.CachingProvider provider) |
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 |
PrincipalRoleMapperContextImpl.getCacheManager() |
EmbeddedCacheManager |
SecureCacheImpl.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) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServer.startInternal(ProtocolServerConfiguration configuration,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
protected EmbeddedCacheManager |
AbstractEmbeddedCacheManagerFactory.createBackingEmbeddedCacheManager() |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
SpringEmbeddedCacheManager.getNativeCacheManager()
Return the
that backs this
CacheManager . |
Constructor and Description |
---|
SpringEmbeddedCacheManager(EmbeddedCacheManager nativeCacheManager) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
InfinispanEmbeddedCacheManagerFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
Class<? extends EmbeddedCacheManager> |
InfinispanEmbeddedCacheManagerFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanNamedEmbeddedCacheFactoryBean.setInfinispanEmbeddedCacheManager(EmbeddedCacheManager infinispanEmbeddedCacheManager)
Sets the
to be used for creating our
instance. |
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 © 2021 JBoss, a division of Red Hat. All rights reserved.