Uses of Interface
org.infinispan.manager.EmbeddedCacheManager
-
-
Uses of EmbeddedCacheManager in org.infinispan
Methods in org.infinispan that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerCache. 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 EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerAbstractDelegatingCache. getCacheManager()EmbeddedCacheManagerCacheImpl. getCacheManager()EmbeddedCacheManagerSimpleCacheImpl. getCacheManager() -
Uses of EmbeddedCacheManager in org.infinispan.factories
Methods in org.infinispan.factories that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerGlobalComponentRegistry. getCacheManager()Constructors in org.infinispan.factories with parameters of type EmbeddedCacheManager Constructor Description GlobalComponentRegistry(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 EmbeddedCacheManager Modifier and Type Method Description voidLocalConfigurationStorage. 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 EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManagerVolatileLocalConfigurationStorage. cacheManagerMethods in org.infinispan.globalstate.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description voidImmutableLocalConfigurationStorage. 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 EmbeddedCacheManager Constructor Description HealthImpl(EmbeddedCacheManager embeddedCacheManager, InternalCacheRegistry internalCacheRegistry) -
Uses of EmbeddedCacheManager in org.infinispan.interceptors
Fields in org.infinispan.interceptors declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManagerBaseCustomAsyncInterceptor. embeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.manager
Classes in org.infinispan.manager that implement EmbeddedCacheManager Modifier and Type Class Description classDefaultCacheManagerMethods in org.infinispan.manager that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerDefaultCacheManager. startCaches(String... cacheNames)EmbeddedCacheManagerEmbeddedCacheManager. startCaches(String... cacheNames)Starts a set of caches in parallel.EmbeddedCacheManagerDefaultCacheManager. withSubject(Subject subject)EmbeddedCacheManagerEmbeddedCacheManager. withSubject(Subject subject)Method parameters in org.infinispan.manager with type arguments of type EmbeddedCacheManager Modifier and Type Method 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.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 EmbeddedCacheManager Modifier and Type Class Description classAbstractDelegatingEmbeddedCacheManagerThis is a convenient base class for implementing a cache manager delegate.Fields in org.infinispan.manager.impl declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManagerAbstractDelegatingEmbeddedCacheManager. cmMethods in org.infinispan.manager.impl that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerAbstractDelegatingEmbeddedCacheManager. startCaches(String... cacheNames)EmbeddedCacheManagerAbstractDelegatingEmbeddedCacheManager. withSubject(Subject subject)Methods in org.infinispan.manager.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description static ClusterExecutorClusterExecutors. allSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, Transport transport, long time, TimeUnit unit, Executor localExecutor, ScheduledExecutorService timeoutExecutor)static ClusterExecutorClusterExecutors. 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 EmbeddedCacheManager Constructor Description AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)Constructor parameters in org.infinispan.manager.impl with type arguments of type EmbeddedCacheManager Constructor Description ReplicableManagerFunctionCommand(Function<? super EmbeddedCacheManager,?> function) -
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type EmbeddedCacheManager Modifier and Type Method Description voidClusterListenerReplicateCallable. accept(EmbeddedCacheManager cacheManager, Cache<K,V> cache)VoidClusterListenerRemoveCallable. apply(EmbeddedCacheManager embeddedCacheManager)VoidClusterListenerReplicateCallable. apply(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerEvent. getCacheManager() -
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachemanagerlistener.event.impl
Methods in org.infinispan.notifications.cachemanagerlistener.event.impl that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerEventImpl. getCacheManager()Methods in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description voidEventImpl. setCacheManager(EmbeddedCacheManager cacheManager)Constructors in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type EmbeddedCacheManager Constructor Description EventImpl(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 Modifier and Type Method Description EmbeddedCacheManagerPrincipalRoleMapperContext. getCacheManager()Returns theEmbeddedCacheManagerin which this role mapper is being instantiated -
Uses of EmbeddedCacheManager in org.infinispan.security.actions
-
Uses of EmbeddedCacheManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerPrincipalRoleMapperContextImpl. getCacheManager()EmbeddedCacheManagerSecureCacheImpl. getCacheManager()Methods in org.infinispan.security.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description voidAuthorizationManagerImpl. init(String cacheName, GlobalConfiguration globalConfiguration, Configuration configuration, GlobalSecurityManager globalSecurityManager, EmbeddedCacheManager cacheManager)voidGlobalSecurityManagerImpl. init(EmbeddedCacheManager cacheManager, GlobalConfiguration globalConfiguration, InternalCacheRegistry internalCacheRegistry)Constructors in org.infinispan.security.impl with parameters of type EmbeddedCacheManager Constructor Description PrincipalRoleMapperContextImpl(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.stats.impl
Methods in org.infinispan.stats.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description voidClusterContainerStatsImpl. init(EmbeddedCacheManager cacheManager, GlobalConfiguration configuration)Constructors in org.infinispan.stats.impl with parameters of type EmbeddedCacheManager Constructor Description CacheContainerStatsImpl(EmbeddedCacheManager cm)Deprecated. -
Uses of EmbeddedCacheManager in org.infinispan.topology
Constructors in org.infinispan.topology with parameters of type EmbeddedCacheManager Constructor Description ClusterCacheStatus(EmbeddedCacheManager cacheManager, 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 EmbeddedCacheManager Modifier and Type Method Description static EventLoggerEventLogManager. getEventLogger(EmbeddedCacheManager cacheManager)
-