public class BinaryNodeStateProtocol.BinaryNodeStateRequest extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
BinaryNodeStateRequest(java.nio.ByteBuffer buffer) |
BinaryNodeStateRequest(java.lang.String nodeName,
java.lang.String groupName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupName() |
java.lang.String |
getNodeName() |
BinaryProtocol.MessageOp |
getOp() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormatallocateInitializedBuffer, match, toStringpublic BinaryNodeStateRequest(java.lang.String nodeName,
java.lang.String groupName)
public BinaryNodeStateRequest(java.nio.ByteBuffer buffer)
public java.lang.String getNodeName()
public java.lang.String getGroupName()
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.MessageCopyright (c) 2004-2012 Oracle. All rights reserved.