public class Protocol.FeederInfoResp extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
FeederInfoResp(ByteBuffer buffer) |
FeederInfoResp(int activeFeeders,
VLSN rangeFirst,
VLSN rangeLast) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveFeeders() |
BinaryProtocol.MessageOp |
getOp() |
VLSN |
getRangeFirst() |
VLSN |
getRangeLast() |
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 FeederInfoResp(ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic int getActiveFeeders()
public VLSN getRangeFirst()
public VLSN getRangeLast()
Copyright © 2024. All rights reserved.