Interface RemoteCacheContainerConfiguration
- All Superinterfaces:
BasicCacheContainerConfiguration
- All Known Subinterfaces:
RemoteCacheConfiguration
A configuration with an associated remote cache container.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.client.hotrod.RemoteCacheContainerReturns the associated cache container.default StringgetName()Returns the name of the associated cache container.of(org.infinispan.client.hotrod.RemoteCacheManager container) Creates a configuration for the specified container.Methods inherited from interface BasicCacheContainerConfiguration
getExecutor
-
Method Details
-
of
static RemoteCacheContainerConfiguration of(org.infinispan.client.hotrod.RemoteCacheManager container) Creates a configuration for the specified container.- Parameters:
container- a cache container- Returns:
- a configuration for the specified container.
-
getCacheContainer
org.infinispan.client.hotrod.RemoteCacheContainer 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.
-