TriesDeleted

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open override val termId: Long
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