Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.log
/
ReplicaMessage
/
TriesDeleted
Tries
Deleted
data
class
TriesDeleted
(
val
tableName
:
String
,
val
trieKeys
:
Set
<
TrieKey
>
)
:
ReplicaMessage.ProtobufMessage
Members
Constructors
Tries
Deleted
Link copied to clipboard
constructor
(
tableName
:
String
,
trieKeys
:
Set
<
TrieKey
>
)
Properties
table
Name
Link copied to clipboard
val
tableName
:
String
trie
Keys
Link copied to clipboard
val
trieKeys
:
Set
<
TrieKey
>
Functions
encode
Link copied to clipboard
override
fun
encode
(
)
:
ByteArray
to
Log
Message
Link copied to clipboard
open
override
fun
toLogMessage
(
)
:
ReplicaLogMessage