TriesDeleted

data class TriesDeleted(val tableName: String, val trieKeys: Set<TrieKey>) : ReplicaMessage.ProtobufMessage

Constructors

Link copied to clipboard
constructor(tableName: String, trieKeys: Set<TrieKey>)

Properties

Link copied to clipboard
Link copied to clipboard
val trieKeys: Set<TrieKey>

Functions

Link copied to clipboard
override fun encode(): ByteArray
Link copied to clipboard
open override fun toLogMessage(): ReplicaLogMessage