public class Protocol.NodeGroupInfoOK extends BaseProtocol.HandshakeMessage
| Constructor and Description |
|---|
NodeGroupInfoOK(ByteBuffer buffer) |
NodeGroupInfoOK(UUID uuid,
NameIdPair nameIdPair) |
| Modifier and Type | Method and Description |
|---|---|
NameIdPair |
getNameIdPair() |
BinaryProtocol.MessageOp |
getOp() |
UUID |
getUUID() |
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 NodeGroupInfoOK(UUID uuid, NameIdPair nameIdPair)
public NodeGroupInfoOK(ByteBuffer buffer)
public ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic NameIdPair getNameIdPair()
public UUID getUUID()
Copyright © 2024. All rights reserved.