Class DataTypedCacheManager

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.infinispan.commons.api.BasicCacheContainer, org.infinispan.commons.api.Lifecycle, org.infinispan.manager.CacheContainer, org.infinispan.manager.EmbeddedCacheManager, org.infinispan.notifications.Listenable

    public final class DataTypedCacheManager
    extends org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
    • Field Summary

      • Fields inherited from class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager

        cm
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <K,​V>
      org.infinispan.Cache<K,​V>
      getCache()  
      <K,​V>
      org.infinispan.Cache<K,​V>
      getCache​(String cacheName)  
      • Methods inherited from class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager

        addCacheDependency, addListener, addListenerAsync, administration, cacheExists, close, createCache, defineConfiguration, defineConfiguration, executor, getAddress, getCache, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheManagerInfo, getCacheNames, getClassAllowList, getClassWhiteList, getClusterName, getCoordinator, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getListeners, getMembers, getStats, getStatus, getSubject, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, removeListener, removeListenerAsync, start, startCaches, stop, undefineConfiguration, withSubject
    • Method Detail

      • getCache

        public <K,​V> org.infinispan.Cache<K,​V> getCache()
        Specified by:
        getCache in interface org.infinispan.commons.api.BasicCacheContainer
        Specified by:
        getCache in interface org.infinispan.manager.CacheContainer
        Specified by:
        getCache in interface org.infinispan.manager.EmbeddedCacheManager
        Overrides:
        getCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
      • getCache

        public <K,​V> org.infinispan.Cache<K,​V> getCache​(String cacheName)
        Specified by:
        getCache in interface org.infinispan.commons.api.BasicCacheContainer
        Specified by:
        getCache in interface org.infinispan.manager.CacheContainer
        Specified by:
        getCache in interface org.infinispan.manager.EmbeddedCacheManager
        Overrides:
        getCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager