public class DefaultCacheContainer extends org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager implements CacheContainer
| Constructor and Description |
|---|
DefaultCacheContainer(org.infinispan.manager.EmbeddedCacheManager container,
org.jboss.as.clustering.controller.ServiceValueRegistry<org.infinispan.Cache<?,?>> registry,
Function<String,org.jboss.msc.service.ServiceName> serviceNameFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.manager.EmbeddedCacheManagerAdmin |
administration() |
<K,V> org.infinispan.Cache<K,V> |
createCache(String name,
org.infinispan.configuration.cache.Configuration configuration) |
boolean |
equals(Object object) |
org.infinispan.remoting.transport.Address |
getAddress() |
<K,V> org.infinispan.Cache<K,V> |
getCache() |
<K,V> org.infinispan.Cache<K,V> |
getCache(String cacheName) |
<K,V> org.infinispan.Cache<K,V> |
getCache(String cacheName,
boolean createIfAbsent) |
org.infinispan.remoting.transport.Address |
getCoordinator() |
List<org.infinispan.remoting.transport.Address> |
getMembers() |
int |
hashCode() |
void |
start() |
org.infinispan.manager.EmbeddedCacheManager |
startCaches(String... cacheNames) |
void |
stop() |
String |
toString() |
void |
undefineConfiguration(String configurationName) |
addCacheDependency, addListener, addListenerAsync, cacheExists, close, defineConfiguration, defineConfiguration, executor, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheManagerInfo, getCacheNames, getClassWhiteList, getClusterName, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getListeners, getStats, getStatus, getSubject, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, removeListener, removeListenerAsync, withSubjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultCacheName, getNameaddCacheDependency, cacheExists, defineConfiguration, defineConfiguration, executor, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheManagerInfo, getClassWhiteList, getClusterName, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getStats, getStatus, getSubject, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, withSubjectpublic org.infinispan.remoting.transport.Address getAddress()
getAddress in interface org.infinispan.manager.EmbeddedCacheManagergetAddress in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic org.infinispan.remoting.transport.Address getCoordinator()
getCoordinator in interface org.infinispan.manager.EmbeddedCacheManagergetCoordinator in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic List<org.infinispan.remoting.transport.Address> getMembers()
getMembers in interface org.infinispan.manager.EmbeddedCacheManagergetMembers in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic void start()
start in interface org.infinispan.commons.api.Lifecyclestart in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic void stop()
stop in interface org.infinispan.commons.api.Lifecyclestop in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic <K,V> org.infinispan.Cache<K,V> getCache()
getCache in interface org.infinispan.commons.api.BasicCacheContainergetCache in interface org.infinispan.manager.CacheContainergetCache in interface org.infinispan.manager.EmbeddedCacheManagergetCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic <K,V> org.infinispan.Cache<K,V> getCache(String cacheName)
getCache in interface org.infinispan.commons.api.BasicCacheContainergetCache in interface org.infinispan.manager.CacheContainergetCache in interface org.infinispan.manager.EmbeddedCacheManagergetCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic <K,V> org.infinispan.Cache<K,V> getCache(String cacheName, boolean createIfAbsent)
getCache in interface org.infinispan.manager.EmbeddedCacheManagergetCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic org.infinispan.manager.EmbeddedCacheManager startCaches(String... cacheNames)
startCaches in interface org.infinispan.manager.EmbeddedCacheManagerstartCaches in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic org.infinispan.manager.EmbeddedCacheManagerAdmin administration()
administration in interface org.infinispan.manager.CacheContaineradministration in interface org.infinispan.manager.EmbeddedCacheManageradministration in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic <K,V> org.infinispan.Cache<K,V> createCache(String name, org.infinispan.configuration.cache.Configuration configuration)
createCache in interface org.infinispan.manager.EmbeddedCacheManagercreateCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic void undefineConfiguration(String configurationName)
undefineConfiguration in interface org.infinispan.manager.EmbeddedCacheManagerundefineConfiguration in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerCopyright © 2021 JBoss by Red Hat. All rights reserved.