public class Protocol.FeederInfoResp extends BinaryProtocol.SimpleMessage
Constructor and Description |
---|
Protocol.FeederInfoResp(java.nio.ByteBuffer buffer) |
Protocol.FeederInfoResp(int activeFeeders,
VLSN rangeFirst,
VLSN rangeLast) |
Modifier and Type | Method and Description |
---|---|
int |
getActiveFeeders() |
BinaryProtocol.MessageOp |
getOp() |
VLSN |
getRangeFirst() |
VLSN |
getRangeLast() |
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, wireFormat
allocateInitializedBuffer, match, toString
public Protocol.FeederInfoResp(int activeFeeders, VLSN rangeFirst, VLSN rangeLast)
public Protocol.FeederInfoResp(java.nio.ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp
in class BinaryProtocol.Message
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.Message
wireFormat
in interface BinaryProtocol.WireFormatable
wireFormat
in class BinaryProtocol.Message
public int getActiveFeeders()
public VLSN getRangeFirst()
public VLSN getRangeLast()
Copyright (c) 2004-2012 Oracle. All rights reserved.