kdrant
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
ClusterOperation
/
AbortTransfer
Abort
Transfer
data
class
AbortTransfer
(
val
shardId
:
Int
,
val
fromPeerId
:
Long
,
val
toPeerId
:
Long
)
:
ClusterOperation
Abort a transfer that is in progress.
Members
Constructors
Abort
Transfer
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