Uses of Interface
org.infinispan.manager.EmbeddedCacheManager
Packages that use EmbeddedCacheManager
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Factories are internal components used to create other components based on a cache's
configuration.
Global configuration state.
Infinispan is designed around a set of interceptors around a data container.
Embedded Clustered Locks.
Cache manager API.
Embedded Multimap Cache.
EmbeddedCacheManager
-specific listener eventsSecurity API.
Server tasks API.
-
Uses of EmbeddedCacheManager in org.infinispan
Methods in org.infinispan that return EmbeddedCacheManagerModifier and TypeMethodDescriptionCache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance. -
Uses of EmbeddedCacheManager in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return EmbeddedCacheManagerModifier and TypeMethodDescriptionAbstractDelegatingCache.getCacheManager()
CacheImpl.getCacheManager()
SimpleCacheImpl.getCacheManager()
-
Uses of EmbeddedCacheManager in org.infinispan.counter
Methods in org.infinispan.counter with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionstatic CounterManager
EmbeddedCounterManagerFactory.asCounterManager
(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.factories
Methods in org.infinispan.factories that return EmbeddedCacheManagerConstructors in org.infinispan.factories with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionGlobalComponentRegistry
(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, Set<String> createdCaches, org.infinispan.manager.ModuleRepository moduleRepository, ConfigurationManager configurationManager) Creates an instance of the component registry. -
Uses of EmbeddedCacheManager in org.infinispan.globalstate
Methods in org.infinispan.globalstate with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
LocalConfigurationStorage.initialize
(EmbeddedCacheManager embeddedCacheManager, ConfigurationManager configurationManager, BlockingManager blockingManager) Initialization entry point for theLocalConfigurationStorage
-
Uses of EmbeddedCacheManager in org.infinispan.globalstate.impl
Fields in org.infinispan.globalstate.impl declared as EmbeddedCacheManagerModifier and TypeFieldDescriptionprotected EmbeddedCacheManager
VolatileLocalConfigurationStorage.cacheManager
Methods in org.infinispan.globalstate.impl with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
ImmutableLocalConfigurationStorage.initialize
(EmbeddedCacheManager embeddedCacheManager, ConfigurationManager configurationManager, BlockingManager blockingManager) void
VolatileLocalConfigurationStorage.initialize
(EmbeddedCacheManager cacheManager, ConfigurationManager configurationManager, BlockingManager blockingManager) -
Uses of EmbeddedCacheManager in org.infinispan.health.impl
Constructors in org.infinispan.health.impl with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionHealthImpl
(EmbeddedCacheManager embeddedCacheManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry) -
Uses of EmbeddedCacheManager in org.infinispan.interceptors
Fields in org.infinispan.interceptors declared as EmbeddedCacheManagerModifier and TypeFieldDescriptionprotected EmbeddedCacheManager
BaseCustomAsyncInterceptor.embeddedCacheManager
-
Uses of EmbeddedCacheManager in org.infinispan.lock
Methods in org.infinispan.lock with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionstatic ClusteredLockManager
EmbeddedClusteredLockManagerFactory.from
(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.manager
Classes in org.infinispan.manager that implement EmbeddedCacheManagerModifier and TypeClassDescriptionclass
Methods in org.infinispan.manager that return EmbeddedCacheManagerModifier and TypeMethodDescriptionDefaultCacheManager.startCaches
(String... cacheNames) EmbeddedCacheManager.startCaches
(String... cacheNames) Starts a set of caches in parallel.DefaultCacheManager.withSubject
(Subject subject) EmbeddedCacheManager.withSubject
(Subject subject) Method parameters in org.infinispan.manager with type arguments of type EmbeddedCacheManagerModifier and TypeMethodDescription<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 asClusterExecutor.submitConsumer(Function, TriConsumer)
, except the Callable must also implement Serializable. -
Uses of EmbeddedCacheManager in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl that implement EmbeddedCacheManagerModifier and TypeClassDescriptionclass
This is a convenient base class for implementing a cache manager delegate.Fields in org.infinispan.manager.impl declared as EmbeddedCacheManagerModifier and TypeFieldDescriptionprotected EmbeddedCacheManager
AbstractDelegatingEmbeddedCacheManager.cm
Methods in org.infinispan.manager.impl that return EmbeddedCacheManagerModifier and TypeMethodDescriptionAbstractDelegatingEmbeddedCacheManager.startCaches
(String... cacheNames) AbstractDelegatingEmbeddedCacheManager.withSubject
(Subject subject) Methods in org.infinispan.manager.impl with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionstatic 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) Constructors in org.infinispan.manager.impl with parameters of type EmbeddedCacheManagerConstructor parameters in org.infinispan.manager.impl with type arguments of type EmbeddedCacheManagerModifierConstructorDescriptionReplicableManagerFunctionCommand
(Function<? super EmbeddedCacheManager, ?> function, Subject subject) -
Uses of EmbeddedCacheManager in org.infinispan.multimap.api.embedded
Methods in org.infinispan.multimap.api.embedded with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionstatic MultimapCacheManager
EmbeddedMultimapCacheManagerFactory.from
(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.multimap.impl
Constructors in org.infinispan.multimap.impl with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionEmbeddedMultimapCacheManager
(EmbeddedCacheManager embeddedMultimapCacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
ClusterListenerReplicateCallable.accept
(EmbeddedCacheManager cacheManager, Cache<K, V> cache) ClusterListenerRemoveCallable.apply
(EmbeddedCacheManager embeddedCacheManager) ClusterListenerReplicateCallable.apply
(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return EmbeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachemanagerlistener.event.impl
Methods in org.infinispan.notifications.cachemanagerlistener.event.impl that return EmbeddedCacheManagerMethods in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
EventImpl.setCacheManager
(EmbeddedCacheManager cacheManager) Constructors in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionEventImpl
(String cacheName, EmbeddedCacheManager cacheManager, Event.Type type, List<Address> newMemberList, List<Address> oldMemberList, Address localAddress, int viewId) -
Uses of EmbeddedCacheManager in org.infinispan.persistence.remote.upgrade
Methods in org.infinispan.persistence.remote.upgrade with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionAddSourceRemoteStoreTask.apply
(EmbeddedCacheManager embeddedCacheManager) CheckRemoteStoreTask.apply
(EmbeddedCacheManager embeddedCacheManager) DisconnectRemoteStoreTask.apply
(EmbeddedCacheManager embeddedCacheManager) MigrationTask.apply
(EmbeddedCacheManager embeddedCacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.rest.distribution
Methods in org.infinispan.rest.distribution with parameters of type EmbeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.rest.resources
Constructors in org.infinispan.rest.resources with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionprotected
ConfigurationListener
(EmbeddedCacheManager cacheManager, MediaType mediaType, boolean includeCurrentState, boolean pretty) -
Uses of EmbeddedCacheManager in org.infinispan.security
Methods in org.infinispan.security that return EmbeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return EmbeddedCacheManagerConstructors in org.infinispan.security.actions with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionAddCacheDependencyAction
(EmbeddedCacheManager cacheManager, String from, String to) AddCacheManagerListenerAction
(EmbeddedCacheManager cacheManager, Object listener) AddCacheManagerListenerAsyncAction
(EmbeddedCacheManager cacheManager, Object listener) AddLoggerListenerAsyncAction
(EmbeddedCacheManager cacheManager, Object listener) DefineConfigurationAction
(EmbeddedCacheManager cacheManager, String cacheName, Configuration configurationOverride) GetCacheAction
(EmbeddedCacheManager cacheManager, String cacheName) GetCacheConfigurationFromManagerAction
(EmbeddedCacheManager cacheManager, String name) GetCacheManagerAddress
(EmbeddedCacheManager cacheManager) GetCacheManagerClusterAvailabilityAction
(EmbeddedCacheManager cacheManager) GetCacheManagerClusterNameAction
(EmbeddedCacheManager cacheManager) GetCacheManagerConfigurationAction
(EmbeddedCacheManager cacheManager) GetCacheManagerCoordinatorAddress
(EmbeddedCacheManager cacheManager) GetCacheManagerHealthAction
(EmbeddedCacheManager cacheManager) GetCacheManagerIsCoordinatorAction
(EmbeddedCacheManager cacheManager) GetCacheManagerStatusAction
(EmbeddedCacheManager cacheManager) GetClusterExecutorAction
(EmbeddedCacheManager cacheManager) GetGlobalComponentRegistryAction
(EmbeddedCacheManager cacheManager) GetOrCreateCacheAction
(EmbeddedCacheManager cacheManager, String cacheName, Configuration configuration) GetOrCreateTemplateAction
(EmbeddedCacheManager cacheManager, String cacheName, Configuration configuration) GetPersistenceManagerAction
(EmbeddedCacheManager cacheManager, String cacheName) UndefineConfigurationAction
(EmbeddedCacheManager cacheManager, String cacheName) -
Uses of EmbeddedCacheManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return EmbeddedCacheManagerModifier and TypeMethodDescriptionAuthorizationMapperContextImpl.getCacheManager()
SecureCacheImpl.getCacheManager()
Methods in org.infinispan.security.impl with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
GlobalSecurityManagerImpl.init
(GlobalConfiguration globalConfiguration, EmbeddedCacheManager embeddedCacheManager, Authorizer authorizer) Constructors in org.infinispan.security.impl with parameters of type EmbeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.server.core
Fields in org.infinispan.server.core declared as EmbeddedCacheManagerModifier and TypeFieldDescriptionprotected EmbeddedCacheManager
AbstractProtocolServer.cacheManager
Methods in org.infinispan.server.core that return EmbeddedCacheManagerMethods in org.infinispan.server.core with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
AbstractProtocolServer.start
(C configuration, EmbeddedCacheManager cacheManager) void
ProtocolServer.start
(C configuration, EmbeddedCacheManager cacheManager) Starts the server backed by the given cache manager, with the corresponding configuration. -
Uses of EmbeddedCacheManager in org.infinispan.server.core.admin
Methods in org.infinispan.server.core.admin with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionprotected abstract T
AdminServerTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags) -
Uses of EmbeddedCacheManager in org.infinispan.server.core.admin.embeddedserver
Methods in org.infinispan.server.core.admin.embeddedserver with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionprotected Void
CacheCreateTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> flags) protected Void
CacheGetOrCreateTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> flags) protected byte[]
CacheNamesTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags) protected Void
CacheReindexTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags) protected Void
CacheRemoveTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags) protected Void
CacheUpdateConfigurationAttributeTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> flags) protected Void
CacheUpdateIndexSchemaTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags) protected Void
TemplateCreateTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> flags) protected byte[]
TemplateNamesTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags) protected Void
TemplateRemoveTask.execute
(EmbeddedCacheManager cacheManager, Map<String, List<String>> parameters, EnumSet<CacheContainerAdmin.AdminFlag> flags) -
Uses of EmbeddedCacheManager in org.infinispan.server.core.backup.resources
Methods in org.infinispan.server.core.backup.resources with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionstatic Collection<ContainerResource>
ContainerResourceFactory.getResources
(BackupManager.Resources params, BlockingManager blockingManager, EmbeddedCacheManager cm, GlobalComponentRegistry gcr, ParserRegistry parserRegistry, Path containerRoot) -
Uses of EmbeddedCacheManager in org.infinispan.server.core.transport
Constructors in org.infinispan.server.core.transport with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionNettyTransport
(InetSocketAddress address, ProtocolServerConfiguration configuration, String threadNamePrefix, EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.server.hotrod
Fields in org.infinispan.server.hotrod declared as EmbeddedCacheManagerConstructors in org.infinispan.server.hotrod with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionHotRodDecoder
(EmbeddedCacheManager cacheManager, Executor executor, HotRodServer server) -
Uses of EmbeddedCacheManager in org.infinispan.spring.embedded
Methods in org.infinispan.spring.embedded that return EmbeddedCacheManagerModifier and TypeMethodDescriptionprotected EmbeddedCacheManager
AbstractEmbeddedCacheManagerFactory.createBackingEmbeddedCacheManager()
-
Uses of EmbeddedCacheManager in org.infinispan.spring.embedded.provider
Methods in org.infinispan.spring.embedded.provider that return EmbeddedCacheManagerModifier and TypeMethodDescriptionSpringEmbeddedCacheManager.getNativeCacheManager()
Return the
that backs thisorg.infinispan.manager.EmbeddedCacheManager
CacheManager
.Constructors in org.infinispan.spring.embedded.provider with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionContainerEmbeddedCacheManagerFactoryBean
(EmbeddedCacheManager cacheContainer) SpringEmbeddedCacheManager
(EmbeddedCacheManager nativeCacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.spring.embedded.support
Methods in org.infinispan.spring.embedded.support that return EmbeddedCacheManagerMethods in org.infinispan.spring.embedded.support that return types with arguments of type EmbeddedCacheManagerModifier and TypeMethodDescriptionClass<? extends EmbeddedCacheManager>
InfinispanEmbeddedCacheManagerFactoryBean.getObjectType()
Methods in org.infinispan.spring.embedded.support with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
InfinispanNamedEmbeddedCacheFactoryBean.setInfinispanEmbeddedCacheManager
(EmbeddedCacheManager infinispanEmbeddedCacheManager) Sets the
to be used for creating ourorg.infinispan.manager.EmbeddedCacheManager
instance.Cache
-
Uses of EmbeddedCacheManager in org.infinispan.stats.impl
Methods in org.infinispan.stats.impl with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
ClusterContainerStatsImpl.init
(EmbeddedCacheManager cacheManager, GlobalConfiguration configuration) Constructors in org.infinispan.stats.impl with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of EmbeddedCacheManager in org.infinispan.tasks
Methods in org.infinispan.tasks that return EmbeddedCacheManagerModifier and TypeMethodDescriptionTaskContext.getCacheManager()
CacheManager for this task executionMethods in org.infinispan.tasks with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionTaskContext.cacheManager
(EmbeddedCacheManager cacheManager) The cache manager with which this task should be executed -
Uses of EmbeddedCacheManager in org.infinispan.topology
Constructors in org.infinispan.topology with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionClusterCacheStatus
(EmbeddedCacheManager cacheManager, GlobalComponentRegistry gcr, String cacheName, AvailabilityStrategy availabilityStrategy, org.infinispan.statetransfer.RebalanceType rebalanceType, ClusterTopologyManagerImpl clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)