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
Configuration associated with an embedded Infinispan cache container.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.manager.EmbeddedCacheManagerReturns the associated cache container.default ExecutorReturns the executor associated with this cache container.default StringgetName()Returns the name of the associated cache container.of(org.infinispan.manager.EmbeddedCacheManager container) Creates a configuration for the specified container.
-
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()Description copied from interface:BasicCacheContainerConfigurationReturns the associated cache container.- Specified by:
getCacheContainerin interfaceBasicCacheContainerConfiguration- Returns:
- the associated cache container.
-
getName
Description copied from interface:BasicCacheContainerConfigurationReturns the name of the associated cache container.- Specified by:
getNamein interfaceBasicCacheContainerConfiguration- Returns:
- the name of the associated cache container.
-
getExecutor
Description copied from interface:BasicCacheContainerConfigurationReturns the executor associated with this cache container.- Specified by:
getExecutorin interfaceBasicCacheContainerConfiguration- Returns:
- the executor associated with this cache container.
-