public class HeartbeatMsg extends ReplicationMsg
MSG_TYPE_DISK_ENCODING| Constructor and Description |
|---|
HeartbeatMsg()
Create a new HeartbeatMsg.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes(short protocolVersion)
Serializes the PDU using the provided replication protocol version.
|
String |
toString() |
generateMsgpublic byte[] getBytes(short protocolVersion)
getBytes in class ReplicationMsgprotocolVersion - The protocol version to use for serialization. The version should
normally be older than the current one.null if the message isn't supported
in that protocol version.Copyright © 2010-2020 Wren Security. All Rights Reserved.