public class BinaryProtocol.ClientVersion extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
ClientVersion() |
ClientVersion(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNodeId()
The nodeId of the sender
|
BinaryProtocol.MessageOp |
getOp() |
int |
getVersion() |
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 ClientVersion()
public ClientVersion(ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic int getVersion()
public int getNodeId()
Copyright © 2024. All rights reserved.