Uses of Class
io.metaloom.qdrant.client.http.model.collection.config.CollectionClusterInfo
Packages that use CollectionClusterInfo
Package
Description
-
Uses of CollectionClusterInfo in io.metaloom.qdrant.client.http.model
Methods in io.metaloom.qdrant.client.http.model that return CollectionClusterInfoMethods in io.metaloom.qdrant.client.http.model with parameters of type CollectionClusterInfoModifier and TypeMethodDescriptionCollectionClusterInfoResponse.setResult(CollectionClusterInfo result) -
Uses of CollectionClusterInfo in io.metaloom.qdrant.client.http.model.cluster
Methods in io.metaloom.qdrant.client.http.model.cluster that return CollectionClusterInfoMethods in io.metaloom.qdrant.client.http.model.cluster with parameters of type CollectionClusterInfo -
Uses of CollectionClusterInfo in io.metaloom.qdrant.client.http.model.collection.config
Methods in io.metaloom.qdrant.client.http.model.collection.config that return CollectionClusterInfoModifier and TypeMethodDescriptionCollectionClusterInfo.setLocalShards(List<LocalShardInfo> localShards) CollectionClusterInfo.setPeerId(BigInteger peerId) CollectionClusterInfo.setRemoteShards(List<RemoteShardInfo> remoteShards) CollectionClusterInfo.setShardCount(int shardCount) CollectionClusterInfo.setShardTransfers(List<ShardTransferInfo> shardTransfers)