Class HeartbeatMsg
java.lang.Object
org.opends.server.replication.protocol.ReplicationMsg
org.opends.server.replication.protocol.HeartbeatMsg
This message is sent at regular intervals by the replication server when it is sending no other messages. It allows
 the directory server to detect a problem sooner when a synchronization server has crashed or has been isolated from
 the network.
- 
Field Summary
Fields inherited from class org.opends.server.replication.protocol.ReplicationMsg
MSG_TYPE_DISK_ENCODING - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.opends.server.replication.protocol.ReplicationMsg
decodeMsg, isRetryable 
- 
Constructor Details
- 
HeartbeatMsg
public HeartbeatMsg()Create a new HeartbeatMsg. 
 - 
 - 
Method Details
- 
getBytes
public byte[] getBytes(short protocolVersion) Description copied from class:ReplicationMsgSerializes the PDU using the provided replication protocol version. WARNING: should be overwritten by a PDU (sub class) we want to support older protocol version serialization for.- Specified by:
 getBytesin classReplicationMsg- Parameters:
 protocolVersion- The protocol version to use for serialization. The version should normally be older than the current one.- Returns:
 - The encoded PDU, or 
nullif the message isn't supported in that protocol version. 
 - 
toString
 
 -