public class Protocol.NodeGroupInfo extends BaseProtocol.HandshakeMessage
| Constructor and Description |
|---|
NodeGroupInfo(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
String |
getHostName() |
JEVersion |
getJEVersion()
Returns the JE version most recently noted running on the associated
node, or null if not known.
|
NameIdPair |
getNameIdPair() |
int |
getNodeId() |
String |
getNodeName() |
NodeType |
getNodeType() |
BinaryProtocol.MessageOp |
getOp() |
UUID |
getUUID() |
boolean |
isDesignatedPrimary() |
int |
port() |
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 NodeGroupInfo(ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic String getGroupName()
public UUID getUUID()
public String getNodeName()
public int getNodeId()
public String getHostName()
public NameIdPair getNameIdPair()
public int port()
public NodeType getNodeType()
public boolean isDesignatedPrimary()
public JEVersion getJEVersion()
Copyright © 2024. All rights reserved.