public interface CommandDispatcher extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dispatch(ReplicatedIdAllocationRequest idAllocation,
long commandIndex,
Consumer<Result> callback) |
void |
dispatch(ReplicatedLockTokenRequest lockRequest,
long commandIndex,
Consumer<Result> callback) |
void |
dispatch(ReplicatedTokenRequest tokenRequest,
long commandIndex,
Consumer<Result> callback) |
void |
dispatch(ReplicatedTransaction transaction,
long commandIndex,
Consumer<Result> callback) |
void dispatch(ReplicatedTransaction transaction, long commandIndex, Consumer<Result> callback)
void dispatch(ReplicatedIdAllocationRequest idAllocation, long commandIndex, Consumer<Result> callback)
void dispatch(ReplicatedTokenRequest tokenRequest, long commandIndex, Consumer<Result> callback)
void dispatch(ReplicatedLockTokenRequest lockRequest, long commandIndex, Consumer<Result> callback)
void close()
close in interface AutoCloseableCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.