Class CollectionClusterInfo
java.lang.Object
io.metaloom.qdrant.client.http.model.collection.config.CollectionClusterInfo
- All Implemented Interfaces:
RestModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintsetLocalShards(List<LocalShardInfo> localShards) setPeerId(BigInteger peerId) setRemoteShards(List<RemoteShardInfo> remoteShards) setShardCount(int shardCount) setShardTransfers(List<ShardTransferInfo> shardTransfers)
-
Constructor Details
-
CollectionClusterInfo
public CollectionClusterInfo()
-
-
Method Details
-
getPeerId
-
setPeerId
-
getShardCount
public int getShardCount() -
setShardCount
-
getLocalShards
-
setLocalShards
-
getRemoteShards
-
setRemoteShards
-
getShardTransfers
-
setShardTransfers
-