kdrant
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
ClusterOperation
/
DropReplica
Drop
Replica
data
class
DropReplica
(
val
shardId
:
Int
,
val
peerId
:
Long
)
:
ClusterOperation
Drop a replica of
shardId
from
peerId
.
Members
Constructors
Drop
Replica
Link copied to clipboard
constructor
(
shardId
:
Int
,
peerId
:
Long
)
Properties
peer
Id
Link copied to clipboard
val
peerId
:
Long
shard
Id
Link copied to clipboard
val
shardId
:
Int