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.
Global configuration state.
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.globalstate
Methods in org.infinispan.globalstate with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoid
LocalConfigurationStorage.initialize
(EmbeddedCacheManager embeddedCacheManager, org.infinispan.configuration.ConfigurationManager configurationManager, org.infinispan.util.concurrent.BlockingManager blockingManager) Initialization entry point for theLocalConfigurationStorage
-
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, org.infinispan.util.function.TriConsumer<? super org.infinispan.remoting.transport.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
(org.infinispan.util.function.SerializableFunction<? super EmbeddedCacheManager, ? extends V> callable, org.infinispan.util.function.TriConsumer<? super org.infinispan.remoting.transport.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.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.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return EmbeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.security
Methods in org.infinispan.security that return EmbeddedCacheManagerModifier and TypeMethodDescriptionPrincipalRoleMapperContext.getCacheManager()
Returns theEmbeddedCacheManager
in which this role mapper is being instantiated -
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