| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.replication |
| Modifier and Type | Method and Description |
|---|---|
static DistributedOperation |
DistributedOperation.deserialize(org.neo4j.storageengine.api.ReadableChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressTracker.abort(DistributedOperation operation)
Called when an operation should be abnormally aborted
and removed from the tracker.
|
void |
ProgressTrackerImpl.abort(DistributedOperation operation) |
Progress |
ProgressTracker.start(DistributedOperation operation)
Called to start tracking the progress of an operation.
|
Progress |
ProgressTrackerImpl.start(DistributedOperation operation) |
void |
ProgressTracker.trackReplication(DistributedOperation operation)
Called when an operation has been replicated and is waiting
for the operation to be locally applied.
|
void |
ProgressTrackerImpl.trackReplication(DistributedOperation operation) |
void |
ProgressTracker.trackResult(DistributedOperation operation,
Result result)
Called when an operation has been applied and a result is
available.
|
void |
ProgressTrackerImpl.trackResult(DistributedOperation operation,
Result result) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.