public class DoneMsg extends RoutableMsg
destination, senderId
MSG_TYPE_DISK_ENCODING
Constructor and Description |
---|
DoneMsg(ReplicaId sender,
ReplicaId destination)
Creates a message.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes(short protocolVersion)
Serializes the PDU using the provided replication protocol version.
|
ReplicaId |
getSenderID()
Get the server ID of the server that sent this message.
|
getDestination, toString
decodeMsg, isRetryable
public byte[] getBytes(short protocolVersion)
ReplicationMsg
getBytes
in class ReplicationMsg
protocolVersion
- 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.public ReplicaId getSenderID()
RoutableMsg
getSenderID
in class RoutableMsg
Copyright 2010-2022 ForgeRock AS.