| Modifier and Type | Method and Description |
|---|---|
void |
CatchUpResponseCallback.onCoreSnapshot(CompletableFuture<T> signal,
CoreSnapshot coreSnapshot) |
void |
CatchUpResponseAdaptor.onCoreSnapshot(CompletableFuture<T> signal,
CoreSnapshot response) |
void |
CatchUpResponseHandler.onCoreSnapshot(CoreSnapshot coreSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
CoreSnapshot |
CoreBootstrapper.bootstrap(Set<MemberId> members) |
CoreSnapshot |
CoreState.snapshot() |
CoreSnapshot |
CommandApplicationProcess.snapshot(RaftMachine raft) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreState.installSnapshot(CoreSnapshot coreSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreStateMachines.addSnapshots(CoreSnapshot coreSnapshot) |
void |
CoreStateMachines.installSnapshots(CoreSnapshot coreSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
CoreSnapshot |
CoreSnapshot.Marshal.unmarshal0(org.neo4j.storageengine.api.ReadableChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreSnapshot.Marshal.marshal(CoreSnapshot coreSnapshot,
org.neo4j.storageengine.api.WritableChannel buffer) |
void |
CoreSnapshotListener.onSnapshotReceived(CoreSnapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterIdentity.bindToCluster(org.neo4j.function.ThrowingConsumer<CoreSnapshot,Throwable> snapshotInstaller)
The cluster binding process tries to establish a common cluster ID.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.