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 EmbeddedCacheManager
Cache. 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 EmbeddedCacheManager
AbstractDelegatingCache. getCacheManager()
EmbeddedCacheManager
CacheImpl. getCacheManager()
EmbeddedCacheManager
SimpleCacheImpl. getCacheManager()
-
Uses of EmbeddedCacheManager in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
CreateCacheCommand. init(EmbeddedCacheManager cacheManager)
static void
RemoveCacheCommand. removeCache(EmbeddedCacheManager cacheManager, String cacheName)
Deprecated.Constructors in org.infinispan.commands with parameters of type EmbeddedCacheManager Constructor Description RemoveCacheCommand(ByteString cacheName, EmbeddedCacheManager cacheManager)
Deprecated. -
Uses of EmbeddedCacheManager in org.infinispan.encoding
Methods in org.infinispan.encoding with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
DataConversion. injectDependencies(GlobalConfiguration gcr, EncoderRegistry encoderRegistry, Configuration configuration, EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.factories
Constructors in org.infinispan.factories with parameters of type EmbeddedCacheManager Constructor Description GlobalComponentRegistry(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, Set<String> createdCaches)
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 void
LocalConfigurationStorage. initialize(EmbeddedCacheManager embeddedCacheManager)
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 EmbeddedCacheManager
VolatileLocalConfigurationStorage. cacheManager
Methods in org.infinispan.globalstate.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
ImmutableLocalConfigurationStorage. initialize(EmbeddedCacheManager embeddedCacheManager)
void
VolatileLocalConfigurationStorage. initialize(EmbeddedCacheManager cacheManager)
void
GlobalConfigurationManagerImpl. inject(GlobalConfiguration globalConfiguration, EmbeddedCacheManager cacheManager, LocalTopologyManager ltm)
-
Uses of EmbeddedCacheManager in org.infinispan.health.impl
Constructors in org.infinispan.health.impl with parameters of type EmbeddedCacheManager Constructor Description ClusterHealthImpl(EmbeddedCacheManager cacheManager)
HealthImpl(EmbeddedCacheManager embeddedCacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.interceptors
Fields in org.infinispan.interceptors declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManager
BaseCustomAsyncInterceptor. embeddedCacheManager
-
Uses of EmbeddedCacheManager in org.infinispan.interceptors.base
Fields in org.infinispan.interceptors.base declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManager
BaseCustomInterceptor. embeddedCacheManager
Deprecated. -
Uses of EmbeddedCacheManager in org.infinispan.manager
Classes in org.infinispan.manager that implement EmbeddedCacheManager Modifier and Type Class Description class
AbstractDelegatingEmbeddedCacheManager
Deprecated.Extend fromAbstractDelegatingEmbeddedCacheManager
instead.class
DefaultCacheManager
Methods in org.infinispan.manager that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
DefaultCacheManager. startCaches(String... cacheNames)
EmbeddedCacheManager
EmbeddedCacheManager. startCaches(String... cacheNames)
Starts a set of caches in parallel.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.Constructors in org.infinispan.manager with parameters of type EmbeddedCacheManager Constructor Description AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)
Deprecated. -
Uses of EmbeddedCacheManager in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl that implement EmbeddedCacheManager Modifier and Type Class Description class
AbstractDelegatingEmbeddedCacheManager
This 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 EmbeddedCacheManager
AbstractDelegatingEmbeddedCacheManager. cm
Methods in org.infinispan.manager.impl that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
AbstractDelegatingEmbeddedCacheManager. startCaches(String... cacheNames)
Methods in org.infinispan.manager.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description static ClusterExecutor
ClusterExecutors. allSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, JGroupsTransport transport, long time, TimeUnit unit, Executor localExecutor, ScheduledExecutorService timeoutExecutor)
static ClusterExecutor
ClusterExecutors. singleNodeSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, JGroupsTransport 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 ReplicableCommandManagerFunction(Function<? super EmbeddedCacheManager,?> function)
-
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
Event. 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 EmbeddedCacheManager
EventImpl. getCacheManager()
Methods in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
EventImpl. 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 EmbeddedCacheManager
PrincipalRoleMapperContext. getCacheManager()
Returns theEmbeddedCacheManager
in which this role mapper is being instantiated -
Uses of EmbeddedCacheManager in org.infinispan.security.actions
Constructors in org.infinispan.security.actions with parameters of type EmbeddedCacheManager Constructor 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)
UndefineConfigurationAction(EmbeddedCacheManager cacheManager, String cacheName)
-
Uses of EmbeddedCacheManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
PrincipalRoleMapperContextImpl. getCacheManager()
EmbeddedCacheManager
SecureCacheImpl. getCacheManager()
Methods in org.infinispan.security.impl with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
AuthorizationManagerImpl. init(Cache<?,?> cache, GlobalConfiguration globalConfiguration, Configuration configuration, GlobalSecurityManager globalSecurityManager, EmbeddedCacheManager cacheManager)
void
GlobalSecurityManagerImpl. 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 void
ClusterContainerStatsImpl. init(EmbeddedCacheManager cacheManager, GlobalConfiguration configuration)
Constructors in org.infinispan.stats.impl with parameters of type EmbeddedCacheManager Constructor Description CacheContainerStatsImpl(EmbeddedCacheManager cm)
-
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, ClusterTopologyManager 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 EventLogger
EventLogManager. getEventLogger(EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.xsite
Fields in org.infinispan.xsite declared as EmbeddedCacheManager Modifier and Type Field Description EmbeddedCacheManager
BackupReceiverRepositoryImpl. cacheManager
-