Interface BasicCacheContainerConfiguration

All Known Subinterfaces:
BasicCacheConfiguration, CacheRegistry.Configuration<K,V>, CacheServiceProviderRegistrar.Configuration, ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, ChannelEmbeddedCacheManagerGroupConfiguration, EmbeddedCacheConfiguration, EmbeddedCacheContainerConfiguration, EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A,M>, EmbeddedCacheManagerGroupConfiguration<A,M>, LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, LocalEmbeddedCacheManagerGroupConfiguration, RemoteCacheConfiguration, RemoteCacheContainerConfiguration

public interface BasicCacheContainerConfiguration
Infinispan cache configuration specialization for a BasicCacheContainer.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.commons.api.BasicCacheContainer
    Returns the associated cache container.
    Returns the executor associated with this cache container.
    Returns the name of the associated cache container.
  • Method Details

    • getName

      String getName()
      Returns the name of the associated cache container.
      Returns:
      the name of the associated cache container.
    • getCacheContainer

      org.infinispan.commons.api.BasicCacheContainer getCacheContainer()
      Returns the associated cache container.
      Returns:
      the associated cache container.
    • getExecutor

      Executor getExecutor()
      Returns the executor associated with this cache container.
      Returns:
      the executor associated with this cache container.