Uses of Class
org.axonframework.commandhandling.distributed.ConsistentHash.Member

Packages that use ConsistentHash.Member
org.axonframework.commandhandling.distributed   
org.axonframework.commandhandling.distributed.jgroups   
 

Uses of ConsistentHash.Member in org.axonframework.commandhandling.distributed
 

Methods in org.axonframework.commandhandling.distributed that return types with arguments of type ConsistentHash.Member
 Set<ConsistentHash.Member> ConsistentHash.getMembers()
          Returns the set of members part of this hash ring.
 

Uses of ConsistentHash.Member in org.axonframework.commandhandling.distributed.jgroups
 

Methods in org.axonframework.commandhandling.distributed.jgroups that return types with arguments of type ConsistentHash.Member
 Set<ConsistentHash.Member> JGroupsConnector.getMembers()
          Returns the set of members currently registered with the connector.
 



Copyright © 2010-2016. All Rights Reserved.