Interface ChannelEmbeddedCacheManagerGroupConfiguration
- All Superinterfaces:
BasicCacheContainerConfiguration, EmbeddedCacheContainerConfiguration, EmbeddedCacheManagerGroupConfiguration<org.jgroups.Address, ChannelGroupMember>
- All Known Subinterfaces:
ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
public interface ChannelEmbeddedCacheManagerGroupConfiguration
extends EmbeddedCacheManagerGroupConfiguration<org.jgroups.Address, ChannelGroupMember>
Encapsulates a configuration of a group associated with a clustered cache container.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault Function<org.jgroups.Address, org.infinispan.remoting.transport.Address> Returns a wrapper function that converts the group member identifier of the decorated group to an Infinispan address.Methods inherited from interface EmbeddedCacheContainerConfiguration
getCacheContainer, getExecutor, getNameMethods inherited from interface EmbeddedCacheManagerGroupConfiguration
getGroup
-
Method Details
-
getAddressWrapper
default Function<org.jgroups.Address, org.infinispan.remoting.transport.Address> 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<org.jgroups.Address, ChannelGroupMember>- Returns:
- a wrapper function that converts the group member identifier of the decorated group to an Infinispan address.
-