public class DefaultCacheContainer extends org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager implements CacheContainer
| Constructor and Description |
|---|
DefaultCacheContainer(org.infinispan.manager.EmbeddedCacheManager container,
BatcherFactory batcherFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
<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.
|
int |
hashCode() |
void |
start() |
org.infinispan.manager.EmbeddedCacheManager |
startCaches(String... cacheNames) |
void |
stop() |
String |
toString() |
addCacheDependency, addListener, cacheExists, defineConfiguration, defineConfiguration, executor, getAddress, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheNames, getClusterName, getCoordinator, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getListeners, getMembers, getStats, getStatus, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, removeListener, undefineConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultCacheName, getNameaddCacheDependency, cacheExists, defineConfiguration, defineConfiguration, executor, getAddress, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheNames, getClusterName, getCoordinator, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getMembers, getStats, getStatus, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, undefineConfigurationpublic DefaultCacheContainer(org.infinispan.manager.EmbeddedCacheManager container,
BatcherFactory batcherFactory)
public 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.AbstractDelegatingEmbeddedCacheManagerCopyright © 2018 JBoss by Red Hat. All rights reserved.