public interface ClusterMonitor
extends org.neo4j.cluster.com.BindingNotifier, org.neo4j.cluster.protocol.heartbeat.Heartbeat
BindingNotifier for notifications about which URI is used for sending
events of the network. Heartbeat for notifications about failed/alive
members. addClusterListener(ClusterListener),
removeClusterListener(ClusterListener) for getting notified about
cluster membership events.| Modifier and Type | Method and Description |
|---|---|
void |
addClusterListener(org.neo4j.cluster.protocol.cluster.ClusterListener listener) |
void |
removeClusterListener(org.neo4j.cluster.protocol.cluster.ClusterListener listener) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.