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.
Cache manager API.
EmbeddedCacheManager-specific listener eventsSecurity 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.factories
Methods in org.infinispan.factories that return EmbeddedCacheManagerMethods in org.infinispan.factories with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionstatic <T> TGlobalComponentRegistry.componentOf(EmbeddedCacheManager cacheManager, Class<T> type) static GlobalComponentRegistryGlobalComponentRegistry.of(EmbeddedCacheManager cacheManager) Constructors in org.infinispan.factories with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionGlobalComponentRegistry(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, Set<String> createdCaches, 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 TypeMethodDescriptionvoidLocalConfigurationStorage.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 EmbeddedCacheManagerVolatileLocalConfigurationStorage.cacheManagerMethods in org.infinispan.globalstate.impl with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoidImmutableLocalConfigurationStorage.initialize(EmbeddedCacheManager embeddedCacheManager, ConfigurationManager configurationManager, BlockingManager blockingManager) voidVolatileLocalConfigurationStorage.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, InternalCacheRegistry internalCacheRegistry) -
Uses of EmbeddedCacheManager in org.infinispan.interceptors
Fields in org.infinispan.interceptors declared as EmbeddedCacheManagerModifier and TypeFieldDescriptionprotected EmbeddedCacheManagerBaseCustomAsyncInterceptor.embeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.manager
Classes in org.infinispan.manager that implement EmbeddedCacheManagerModifier and TypeClassDescriptionclassMethods 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 TypeClassDescriptionclassThis is a convenient base class for implementing a cache manager delegate.classFields in org.infinispan.manager.impl declared as EmbeddedCacheManagerModifier and TypeFieldDescriptionprotected EmbeddedCacheManagerAbstractDelegatingEmbeddedCacheManager.cmMethods 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 ClusterExecutorClusterExecutors.allSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, Transport transport, long time, TimeUnit unit, BlockingManager bm, ScheduledExecutorService timeoutExecutor) static GlobalComponentRegistryInternalCacheManager.of(EmbeddedCacheManager cacheManager) static ClusterExecutorClusterExecutors.singleNodeSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, Transport transport, long time, TimeUnit unit, BlockingManager bm, 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.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoidClusterListenerReplicateCallable.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 TypeMethodDescriptionvoidEventImpl.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.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 EmbeddedCacheManagerModifier and TypeMethodDescriptionGetEmbeddedCacheManagerAction.get()static EmbeddedCacheManagerSecurityActions.getEmbeddedCacheManager(AdvancedCache<?, ?> cache) Methods in org.infinispan.security.actions with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionstatic voidSecurityActions.addCacheDependency(EmbeddedCacheManager cacheManager, String from, String to) static voidSecurityActions.addListener(EmbeddedCacheManager cacheManager, Object listener) static CompletionStage<Void> SecurityActions.addListenerAsync(EmbeddedCacheManager cacheManager, Object listener) static CompletionStage<Void> SecurityActions.addLoggerListenerAsync(EmbeddedCacheManager ecm, Object listener) static voidSecurityActions.checkPermission(EmbeddedCacheManager cacheManager, AuthorizationPermission permission) static voidSecurityActions.defineConfiguration(EmbeddedCacheManager cacheManager, String cacheName, Configuration configurationOverride) static <A extends Cache<K,V>, K, V>
ASecurityActions.getCache(EmbeddedCacheManager cacheManager, String cacheName) static ConfigurationSecurityActions.getCacheConfiguration(EmbeddedCacheManager cacheManager, String name) static GlobalConfigurationSecurityActions.getCacheManagerConfiguration(EmbeddedCacheManager cacheManager) static ClusterExecutorSecurityActions.getClusterExecutor(EmbeddedCacheManager cacheManager) static GlobalComponentRegistrySecurityActions.getGlobalComponentRegistry(EmbeddedCacheManager cacheManager) static HealthSecurityActions.getHealth(EmbeddedCacheManager cacheManager) static <A extends Cache<K,V>, K, V>
ASecurityActions.getOrCreateCache(EmbeddedCacheManager cm, String configName, Configuration cfg) static ConfigurationSecurityActions.getOrCreateTemplate(EmbeddedCacheManager cm, String configName, Configuration cfg) static PersistenceManagerSecurityActions.getPersistenceManager(EmbeddedCacheManager cacheManager, String cacheName) static <A extends Cache<K,V>, K, V>
ASecurityActions.getUnwrappedCache(EmbeddedCacheManager cacheManager, String cacheName) static voidSecurityActions.stopManager(EmbeddedCacheManager cacheManager) static voidSecurityActions.undefineConfiguration(EmbeddedCacheManager cacheManager, String name) Constructors 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) GetCacheManagerHealthAction(EmbeddedCacheManager cacheManager) GetClusterExecutorAction(EmbeddedCacheManager cacheManager) GetOrCreateCacheAction(EmbeddedCacheManager cacheManager, String cacheName, Configuration configuration) GetOrCreateTemplateAction(EmbeddedCacheManager cacheManager, String cacheName, Configuration configuration) GetPersistenceManagerAction(EmbeddedCacheManager cacheManager, String cacheName) GetUnwrappedNameCacheAction(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 TypeMethodDescriptionvoidGlobalSecurityManagerImpl.init(GlobalConfiguration globalConfiguration, EmbeddedCacheManager embeddedCacheManager, Authorizer authorizer) Constructors in org.infinispan.security.impl with parameters of type EmbeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.stats.impl
Methods in org.infinispan.stats.impl with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionvoidClusterContainerStatsImpl.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.topology
Constructors in org.infinispan.topology with parameters of type EmbeddedCacheManagerModifierConstructorDescriptionClusterCacheStatus(EmbeddedCacheManager cacheManager, GlobalComponentRegistry gcr, String cacheName, AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManagerImpl clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge) -
Uses of EmbeddedCacheManager in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events with parameters of type EmbeddedCacheManagerModifier and TypeMethodDescriptionstatic EventLoggerEventLogManager.getEventLogger(EmbeddedCacheManager cacheManager)