public class Protocol.NodeGroupInfoOK extends Protocol.HandshakeMessage
| Constructor and Description |
|---|
Protocol.NodeGroupInfoOK(java.nio.ByteBuffer buffer) |
Protocol.NodeGroupInfoOK(java.util.UUID uuid,
NameIdPair nameIdPair) |
| Modifier and Type | Method and Description |
|---|---|
NameIdPair |
getNameIdPair() |
BinaryProtocol.MessageOp |
getOp() |
java.util.UUID |
getUUID() |
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 Protocol.NodeGroupInfoOK(java.util.UUID uuid,
NameIdPair nameIdPair)
public Protocol.NodeGroupInfoOK(java.nio.ByteBuffer buffer)
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.Messagepublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic NameIdPair getNameIdPair()
public java.util.UUID getUUID()
Copyright (c) 2004-2012 Oracle. All rights reserved.