| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.consensus | |
| org.neo4j.causalclustering.discovery | |
| org.neo4j.causalclustering.identity |
| Modifier and Type | Method and Description |
|---|---|
ClusterId |
RaftMessages.ClusterIdAwareMessage.clusterId() |
| Constructor and Description |
|---|
ClusterIdAwareMessage(ClusterId clusterId,
RaftMessages.RaftMessage message) |
| Modifier and Type | Method and Description |
|---|---|
ClusterId |
CoreTopology.clusterId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CoreTopologyService.setClusterId(ClusterId clusterId)
Publishes the cluster ID so that other members might discover it.
|
| Constructor and Description |
|---|
CoreTopology(ClusterId clusterId,
boolean canBeBootstrapped,
Map<MemberId,CoreAddresses> coreMembers) |
ReadReplicaTopology(ClusterId clusterId,
Set<ReadReplicaAddresses> readReplicaMembers) |
| Modifier and Type | Method and Description |
|---|---|
ClusterId |
ClusterIdentity.clusterId() |
ClusterId |
ClusterId.Marshal.unmarshal0(org.neo4j.storageengine.api.ReadableChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterId.Marshal.marshal(ClusterId clusterId,
org.neo4j.storageengine.api.WritableChannel channel) |
| Constructor and Description |
|---|
ClusterIdentity(SimpleStorage<ClusterId> clusterIdStorage,
CoreTopologyService topologyService,
org.neo4j.logging.LogProvider logProvider,
Clock clock,
org.neo4j.function.ThrowingAction<InterruptedException> retryWaiter,
long timeoutMillis,
CoreBootstrapper coreBootstrapper) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.