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