Interface GroupMemberAffinityConfiguration<I,M extends org.wildfly.clustering.server.group.GroupMember<org.infinispan.remoting.transport.Address>>

Type Parameters:
I - the identifier type of a cache key
M - the group member type

public interface GroupMemberAffinityConfiguration<I,M extends org.wildfly.clustering.server.group.GroupMember<org.infinispan.remoting.transport.Address>>
Encapsulates group member affinity configuration.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.Cache<? extends org.wildfly.clustering.cache.infinispan.CacheKey<I>,?>
     
    org.wildfly.clustering.server.group.Group<org.infinispan.remoting.transport.Address,M>
     
  • Method Details

    • getCache

      org.infinispan.Cache<? extends org.wildfly.clustering.cache.infinispan.CacheKey<I>,?> getCache()
    • getGroup

      org.wildfly.clustering.server.group.Group<org.infinispan.remoting.transport.Address,M> getGroup()