public interface CoreTopologyService extends TopologyService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CoreTopologyService.Listener |
| Modifier and Type | Method and Description |
|---|---|
void |
addCoreTopologyListener(CoreTopologyService.Listener listener) |
ReadReplicaTopology |
readReplicas() |
void |
refreshCoreTopology() |
boolean |
setClusterId(ClusterId clusterId)
Publishes the cluster ID so that other members might discover it.
|
coreServersReadReplicaTopology readReplicas()
void addCoreTopologyListener(CoreTopologyService.Listener listener)
boolean setClusterId(ClusterId clusterId)
clusterId - The cluster ID to publish.void refreshCoreTopology()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.