public class Protocol.FeederJEVersions extends BaseProtocol.HandshakeMessage
| Constructor and Description |
|---|
FeederJEVersions(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getLogVersion() |
JEVersion |
getMinJEVersion()
Returns the minJEVersion of the group, or null if unknown (in
protocol versions < VERSION_7).
|
BinaryProtocol.MessageOp |
getOp() |
JEVersion |
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 FeederJEVersions(ByteBuffer buffer)
public ByteBuffer wireFormat()
BinaryProtocol.Messagepublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic JEVersion getMinJEVersion()
public JEVersion getVersion()
public byte getLogVersion()
Copyright © 2024. All rights reserved.