public class DefaultCacheContainer extends org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager implements CacheContainer, org.infinispan.manager.EmbeddedCacheManagerAdmin
| Constructor and Description |
|---|
DefaultCacheContainer(org.infinispan.manager.EmbeddedCacheManager container) |
| 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) |
<K,V> org.infinispan.Cache<K,V> |
createCache(String name,
String template) |
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) |
<K,V> org.infinispan.Cache<K,V> |
getCache(String cacheName,
String configurationName)
Deprecated.
|
<K,V> org.infinispan.Cache<K,V> |
getCache(String cacheName,
String configurationTemplate,
boolean createIfAbsent)
Deprecated.
|
org.infinispan.remoting.transport.Address |
getCoordinator() |
List<org.infinispan.remoting.transport.Address> |
getMembers() |
<K,V> org.infinispan.Cache<K,V> |
getOrCreateCache(String name,
org.infinispan.configuration.cache.Configuration configuration) |
<K,V> org.infinispan.Cache<K,V> |
getOrCreateCache(String name,
String template) |
int |
hashCode() |
void |
start() |
org.infinispan.manager.EmbeddedCacheManager |
startCaches(String... cacheNames) |
void |
stop() |
String |
toString() |
org.infinispan.manager.EmbeddedCacheManagerAdmin |
withFlags(org.infinispan.commons.api.CacheContainerAdmin.AdminFlag... flags) |
org.infinispan.manager.EmbeddedCacheManagerAdmin |
withFlags(EnumSet<org.infinispan.commons.api.CacheContainerAdmin.AdminFlag> flags) |
addCacheDependency, addListener, cacheExists, close, defineConfiguration, defineConfiguration, executor, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheNames, getClassWhiteList, getClusterName, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getListeners, getStats, getStatus, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, removeListener, undefineConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultCacheName, getNameaddCacheDependency, cacheExists, defineConfiguration, defineConfiguration, executor, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getClassWhiteList, getClusterName, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getStats, getStatus, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, undefineConfigurationpublic DefaultCacheContainer(org.infinispan.manager.EmbeddedCacheManager container)
public 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 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 class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager@Deprecated public <K,V> org.infinispan.Cache<K,V> getCache(String cacheName, String configurationName)
getCache 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.AbstractDelegatingEmbeddedCacheManager@Deprecated public <K,V> org.infinispan.Cache<K,V> getCache(String cacheName, String configurationTemplate, 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 org.infinispan.manager.EmbeddedCacheManagerAdmin withFlags(org.infinispan.commons.api.CacheContainerAdmin.AdminFlag... flags)
withFlags in interface org.infinispan.commons.api.CacheContainerAdmin<org.infinispan.manager.EmbeddedCacheManagerAdmin,org.infinispan.configuration.cache.Configuration>public org.infinispan.manager.EmbeddedCacheManagerAdmin withFlags(EnumSet<org.infinispan.commons.api.CacheContainerAdmin.AdminFlag> flags)
withFlags in interface org.infinispan.commons.api.CacheContainerAdmin<org.infinispan.manager.EmbeddedCacheManagerAdmin,org.infinispan.configuration.cache.Configuration>public <K,V> org.infinispan.Cache<K,V> createCache(String name, String template)
createCache in interface org.infinispan.commons.api.CacheContainerAdmin<org.infinispan.manager.EmbeddedCacheManagerAdmin,org.infinispan.configuration.cache.Configuration>createCache in interface org.infinispan.manager.EmbeddedCacheManagerAdminpublic <K,V> org.infinispan.Cache<K,V> getOrCreateCache(String name, String template)
getOrCreateCache in interface org.infinispan.commons.api.CacheContainerAdmin<org.infinispan.manager.EmbeddedCacheManagerAdmin,org.infinispan.configuration.cache.Configuration>getOrCreateCache in interface org.infinispan.manager.EmbeddedCacheManagerAdminpublic <K,V> org.infinispan.Cache<K,V> createCache(String name, org.infinispan.configuration.cache.Configuration configuration)
createCache in interface org.infinispan.commons.api.CacheContainerAdmin<org.infinispan.manager.EmbeddedCacheManagerAdmin,org.infinispan.configuration.cache.Configuration>createCache in interface org.infinispan.manager.EmbeddedCacheManagercreateCache in interface org.infinispan.manager.EmbeddedCacheManagerAdmincreateCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManagerpublic <K,V> org.infinispan.Cache<K,V> getOrCreateCache(String name, org.infinispan.configuration.cache.Configuration configuration)
getOrCreateCache in interface org.infinispan.commons.api.CacheContainerAdmin<org.infinispan.manager.EmbeddedCacheManagerAdmin,org.infinispan.configuration.cache.Configuration>getOrCreateCache in interface org.infinispan.manager.EmbeddedCacheManagerAdminCopyright © 2019 JBoss by Red Hat. All rights reserved.