|
|||||||||
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.monitor.Protocol.JoinGroup
public class Protocol.JoinGroup
Field Summary |
---|
Fields inherited from class com.sleepycat.je.rep.impl.TextProtocol.Message |
---|
messagePrefixNocheck, sendVersion |
Constructor Summary | |
---|---|
Protocol.JoinGroup(String line,
String[] tokens)
|
|
Protocol.JoinGroup(String nodeName,
String masterName,
long joinTime)
|
Method Summary | |
---|---|
TextProtocol.MessageOp |
getOp()
|
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol.RequestMessage |
---|
equals, hashCode, wireFormatPrefix |
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol.Message |
---|
getCurrentTokenPosition, getProtocol, getSenderId, getSendVersion, nextPayloadToken, setSendVersion |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Protocol.JoinGroup(String nodeName, String masterName, long joinTime)
public Protocol.JoinGroup(String line, String[] tokens) throws TextProtocol.InvalidMessageException
TextProtocol.InvalidMessageException
Method Detail |
---|
public TextProtocol.MessageOp getOp()
getOp
in class TextProtocol.Message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |