public static class RaftMessages.Vote.Response extends RaftMessages.BaseRaftMessage
CURRENT_VERSION| Constructor and Description |
|---|
Response(MemberId from,
long term,
boolean voteGranted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
long |
term() |
String |
toString() |
boolean |
voteGranted() |
from, typepublic Response(MemberId from, long term, boolean voteGranted)
public boolean equals(Object o)
equals in class RaftMessages.BaseRaftMessagepublic int hashCode()
hashCode in class RaftMessages.BaseRaftMessagepublic long term()
public boolean voteGranted()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.