Interface EmbeddedCacheContainerConfiguration

All Superinterfaces:
BasicCacheContainerConfiguration
All Known Subinterfaces:
CacheRegistry.Configuration<K,V>, CacheServiceProviderRegistrar.Configuration, ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, ChannelEmbeddedCacheManagerGroupConfiguration, EmbeddedCacheConfiguration, EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A,M>, EmbeddedCacheManagerGroupConfiguration<A,M>, LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, LocalEmbeddedCacheManagerGroupConfiguration

public interface EmbeddedCacheContainerConfiguration extends BasicCacheContainerConfiguration
Configuration associated with an embedded Infinispan cache container.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.manager.EmbeddedCacheManager
    Returns the associated cache container.
    default Executor
    Returns the executor associated with this cache container.
    default String
    Returns the name of the associated cache container.
    of(org.infinispan.manager.EmbeddedCacheManager container)
    Creates a configuration for the specified container.