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