Interface EmbeddedCacheContainerConfiguration

All Superinterfaces:
org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
All Known Subinterfaces:
EmbeddedCacheConfiguration

public interface EmbeddedCacheContainerConfiguration extends org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
Configuration associated with an embedded Infinispan cache container.
Author:
Paul Ferraro
  • Method Details

    • of

      static EmbeddedCacheContainerConfiguration of(org.infinispan.manager.EmbeddedCacheManager container)
      Creates a configuration for the specified container.
      Parameters:
      container - a cache container
      Returns:
      a configuration for the specified container.
    • getCacheContainer

      org.infinispan.manager.EmbeddedCacheManager getCacheContainer()
      Specified by:
      getCacheContainer in interface org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
    • getName

      default String getName()
      Specified by:
      getName in interface org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
    • getExecutor

      default Executor getExecutor()
      Specified by:
      getExecutor in interface org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration