public class ClusterMembers extends Object
| Modifier and Type | Field and Description |
|---|---|
static Predicate<ClusterMember> |
ALIVE |
| Constructor and Description |
|---|
ClusterMembers(Cluster cluster,
Heartbeat heartbeat,
ClusterMemberEvents clusterMemberEvents,
InstanceId me) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ClusterMember> |
getMembers() |
ClusterMember |
getSelf() |
static Predicate<ClusterMember> |
inRole(String role) |
public static final Predicate<ClusterMember> ALIVE
public ClusterMembers(Cluster cluster, Heartbeat heartbeat, ClusterMemberEvents clusterMemberEvents, InstanceId me)
public static Predicate<ClusterMember> inRole(String role)
public Iterable<ClusterMember> getMembers()
public ClusterMember getSelf()
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.