public class Protocol.FeederInfoResp extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
FeederInfoResp(java.nio.ByteBuffer buffer) |
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, wireFormatallocateInitializedBuffer, match, toStringpublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.Messagepublic int getActiveFeeders()
public VLSN getRangeFirst()
public VLSN getRangeLast()
Copyright (c) 2004-2012 Oracle. All rights reserved.