Interface Group<I extends Comparable<I>, M extends GroupMember<I>>

Type Parameters:
I - the group member address type
M - the group member type
All Superinterfaces:
Group<M>, Registrar<GroupMembershipListener<M>>
All Known Subinterfaces:
CacheContainerGroup, ChannelGroup, LocalGroup
All Known Implementing Classes:
EmbeddedCacheManagerGroup, JChannelGroup

public interface Group<I extends Comparable<I>, M extends GroupMember<I>> extends Group<M>
Exposes a mechanism to create a group member for a given unique address.
Author:
Paul Ferraro
  • Method Details

    • getGroupMemberFactory

      GroupMemberFactory<I,M> getGroupMemberFactory()
      Returns a factory for creating group members from an identifiers.
      Returns:
      a group member factory