public class BaseProtocol.HeartbeatResponse extends BinaryProtocol.Message
| Constructor and Description |
|---|
HeartbeatResponse(ByteBuffer buffer) |
HeartbeatResponse(VLSN syncupVLSN,
VLSN ackedVLSN) |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
getOp() |
VLSN |
getSyncupVLSN() |
VLSN |
getTxnEndVLSN() |
String |
toString() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
allocateInitializedBuffer, matchpublic HeartbeatResponse(ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic VLSN getSyncupVLSN()
public VLSN getTxnEndVLSN()
public String toString()
toString in class BinaryProtocol.MessageCopyright © 2024. All rights reserved.