public class BinaryNodeStateProtocol.BinaryNodeStateRequest extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
BinaryNodeStateRequest(ByteBuffer buffer) |
BinaryNodeStateRequest(String nodeName,
String groupName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
String |
getNodeName() |
BinaryProtocol.MessageOp |
getOp() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getStringArray, getVLSN, putByteArray, putWireFormat, wireFormat, wireFormatSizeallocateInitializedBuffer, match, toStringpublic BinaryNodeStateRequest(ByteBuffer buffer)
public String getNodeName()
public String getGroupName()
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.MessageCopyright © 2024. All rights reserved.