| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.of(Exception exception) |
static Result |
Result.of(Object result) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandDispatcher.dispatch(ReplicatedIdAllocationRequest idAllocation,
long commandIndex,
Consumer<Result> callback) |
void |
CommandDispatcher.dispatch(ReplicatedLockTokenRequest lockRequest,
long commandIndex,
Consumer<Result> callback) |
void |
CommandDispatcher.dispatch(ReplicatedTokenRequest tokenRequest,
long commandIndex,
Consumer<Result> callback) |
void |
CommandDispatcher.dispatch(ReplicatedTransaction transaction,
long commandIndex,
Consumer<Result> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.applyCommand(Command command,
long commandIndex,
Consumer<Result> callback)
Apply command to state machine, modifying its internal state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatedIdAllocationStateMachine.applyCommand(ReplicatedIdAllocationRequest request,
long commandIndex,
Consumer<Result> callback) |
void |
ReplicatedIdAllocationRequest.dispatch(CommandDispatcher commandDispatcher,
long commandIndex,
Consumer<Result> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatedLockTokenStateMachine.applyCommand(ReplicatedLockTokenRequest tokenRequest,
long commandIndex,
Consumer<Result> callback) |
void |
ReplicatedLockTokenRequest.dispatch(CommandDispatcher commandDispatcher,
long commandIndex,
Consumer<Result> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatedTokenStateMachine.applyCommand(ReplicatedTokenRequest tokenRequest,
long commandIndex,
Consumer<Result> callback) |
void |
ReplicatedTokenRequest.dispatch(CommandDispatcher commandDispatcher,
long commandIndex,
Consumer<Result> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatedTransactionStateMachine.applyCommand(ReplicatedTransaction replicatedTx,
long commandIndex,
Consumer<Result> callback) |
void |
CoreReplicatedContent.dispatch(CommandDispatcher commandDispatcher,
long commandIndex,
Consumer<Result> callback) |
void |
ReplicatedTransaction.dispatch(CommandDispatcher commandDispatcher,
long commandIndex,
Consumer<Result> callback) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.