Interface LocalEmbeddedCacheManagerGroupConfiguration
- All Superinterfaces:
BasicCacheContainerConfiguration, EmbeddedCacheContainerConfiguration, EmbeddedCacheManagerGroupConfiguration<String, LocalGroupMember>
- All Known Subinterfaces:
LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
public interface LocalEmbeddedCacheManagerGroupConfiguration
extends EmbeddedCacheManagerGroupConfiguration<String, LocalGroupMember>
Encapsulates a configuration of a group associated with a non-clustered cache container.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns a wrapper function that converts the group member identifier of the decorated group to an Infinispan address.default LocalGroupgetGroup()Returns the decorated group.Methods inherited from interface EmbeddedCacheContainerConfiguration
getCacheContainer, getExecutor, getName
-
Method Details
-
getGroup
Description copied from interface:EmbeddedCacheManagerGroupConfigurationReturns the decorated group.- Specified by:
getGroupin interfaceEmbeddedCacheManagerGroupConfiguration<String, LocalGroupMember>- Returns:
- the decorated group.
-
getAddressWrapper
Description copied from interface:EmbeddedCacheManagerGroupConfigurationReturns a wrapper function that converts the group member identifier of the decorated group to an Infinispan address.- Specified by:
getAddressWrapperin interfaceEmbeddedCacheManagerGroupConfiguration<String, LocalGroupMember>- Returns:
- a wrapper function that converts the group member identifier of the decorated group to an Infinispan address.
-