|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.rep.impl.TextProtocol.Message
com.sleepycat.je.rep.impl.TextProtocol.RequestMessage
com.sleepycat.je.rep.elections.Protocol.Propose
com.sleepycat.je.rep.elections.Protocol.Accept
com.sleepycat.je.rep.elections.Protocol.Result
public class Protocol.Result
Used to inform Learners of a "chosen value".
Field Summary |
---|
Fields inherited from class com.sleepycat.je.rep.elections.Protocol.Propose |
---|
proposal |
Fields inherited from class com.sleepycat.je.rep.impl.TextProtocol.Message |
---|
messagePrefixNocheck, sendVersion |
Constructor Summary | |
---|---|
Protocol.Result(Proposer.Proposal proposal,
Protocol.Value value)
|
|
Protocol.Result(String requestLine,
String[] tokens)
|
Method Summary | |
---|---|
TextProtocol.MessageOp |
getOp()
|
Methods inherited from class com.sleepycat.je.rep.elections.Protocol.Accept |
---|
equals, getValue, hashCode, wireFormat |
Methods inherited from class com.sleepycat.je.rep.elections.Protocol.Propose |
---|
getProposal |
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol.RequestMessage |
---|
wireFormatPrefix |
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol.Message |
---|
getCurrentTokenPosition, getMessagePrefix, getProtocol, getSenderId, getSendVersion, nextPayloadToken, setSendVersion |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Protocol.Result(Proposer.Proposal proposal, Protocol.Value value)
public Protocol.Result(String requestLine, String[] tokens) throws TextProtocol.InvalidMessageException
TextProtocol.InvalidMessageException
Method Detail |
---|
public TextProtocol.MessageOp getOp()
getOp
in class Protocol.Accept
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |