kdrant
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
ClusterOperation
/
MoveShard
Move
Shard
data
class
MoveShard
(
val
shardId
:
Int
,
val
fromPeerId
:
Long
,
val
toPeerId
:
Long
)
:
ClusterOperation
Move a shard to another peer, removing it from the source.
Members
Constructors
Move
Shard
Link copied to clipboard
constructor
(
shardId
:
Int
,
fromPeerId
:
Long
,
toPeerId
:
Long
)
Properties
from
Peer
Id
Link copied to clipboard
val
fromPeerId
:
Long
shard
Id
Link copied to clipboard
val
shardId
:
Int
to
Peer
Id
Link copied to clipboard
val
toPeerId
:
Long