Package org.infinispan.manager.impl
Class InternalCacheManager
java.lang.Object
org.infinispan.manager.impl.InternalCacheManager
- All Implemented Interfaces:
Closeable
,AutoCloseable
,BasicCacheContainer
,Lifecycle
,CacheContainer
,EmbeddedCacheManager
,Listenable
- Direct Known Subclasses:
AbstractDelegatingEmbeddedCacheManager
,DefaultCacheManager
- Since:
- 15.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected GlobalComponentRegistry
protected abstract GlobalComponentRegistry
static GlobalComponentRegistry
of
(EmbeddedCacheManager cacheManager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.commons.api.BasicCacheContainer
getCacheNames
Methods inherited from interface org.infinispan.manager.EmbeddedCacheManager
addCacheDependency, administration, cacheExists, createCache, defineConfiguration, defineConfiguration, executor, getAccessibleCacheNames, getAddress, getCache, getCache, getCache, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheManagerInfo, getClassAllowList, getClassWhiteList, getClusterName, getCoordinator, getDefaultCacheConfiguration, getHealth, getMembers, getStats, getStatus, getSubject, isCoordinator, isDefaultRunning, isRunning, startCaches, undefineConfiguration, withSubject
Methods inherited from interface org.infinispan.notifications.Listenable
addListener, addListenerAsync, removeListener, removeListenerAsync
-
Constructor Details
-
InternalCacheManager
public InternalCacheManager()
-
-
Method Details
-
of
-
getGlobalComponentRegistry
-
globalComponentRegistry
-