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