kdrant
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
CollectionClusterInfo
/
CollectionClusterInfo
Collection
Cluster
Info
constructor
(
peerId
:
Long
,
shardCount
:
Int
=
0
,
localShards
:
List
<
LocalShardInfo
>
=
emptyList()
,
remoteShards
:
List
<
RemoteShardInfo
>
=
emptyList()
,
shardTransfers
:
List
<
ShardTransferInfo
>
=
emptyList()
)