public static class ConsistentHash.ConsistentHashMember extends Object implements Member
ConsistentHash registry.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Predicate<? super CommandMessage<?>> | 
getCommandFilter()
Returns this member's filter describing the commands it supports 
 | 
<T> Optional<T> | 
getConnectionEndpoint(Class<T> protocol)
Get the endpoint of this Member given a  
protocol. | 
int | 
hashCode()  | 
Set<String> | 
hashes()
Returns the hashes covered by the member. 
 | 
boolean | 
local()  | 
String | 
name()
Returns the name of this Member. 
 | 
int | 
segmentCount()
Returns this member's segment count which relates to the relative load factor of the member. 
 | 
void | 
suspect()
Mark this member as suspect, i.e. 
 | 
String | 
toString()  | 
public String name()
Memberpublic boolean local()
public void suspect()
Memberpublic int segmentCount()
public Predicate<? super CommandMessage<?>> getCommandFilter()
public Set<String> hashes()
public <T> Optional<T> getConnectionEndpoint(Class<T> protocol)
Memberprotocol. Returns an empty optional if the protocol is not a
 supported endpoint of this member.getConnectionEndpoint in interface MemberT - the protocol typeprotocol - the expectedCopyright © 2010–2018. All rights reserved.