public class ReplicatedTransaction extends Object implements CoreReplicatedContent
| Constructor and Description |
|---|
ReplicatedTransaction(byte[] txBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(CommandDispatcher commandDispatcher,
long commandIndex,
Consumer<Result> callback) |
boolean |
equals(Object o) |
byte[] |
getTxBytes() |
int |
hashCode() |
public byte[] getTxBytes()
public void dispatch(CommandDispatcher commandDispatcher, long commandIndex, Consumer<Result> callback)
dispatch in interface CoreReplicatedContentCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.