Interface EmbeddedCacheManagerGroupConfiguration<A extends Comparable<A>,M extends GroupMember<A>>

Type Parameters:
A - the group member address type
M - the group member type
All Superinterfaces:
BasicCacheContainerConfiguration, EmbeddedCacheContainerConfiguration
All Known Subinterfaces:
ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, ChannelEmbeddedCacheManagerGroupConfiguration, EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A,M>, LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, LocalEmbeddedCacheManagerGroupConfiguration

public interface EmbeddedCacheManagerGroupConfiguration<A extends Comparable<A>,M extends GroupMember<A>> extends EmbeddedCacheContainerConfiguration
Encapsulates the configuration of a EmbeddedCacheManagerGroup.
Author:
Paul Ferraro
  • Method Details

    • getGroup

      Group<A,M> getGroup()
    • getAddressWrapper

      Function<A,org.infinispan.remoting.transport.Address> getAddressWrapper()