Uses of Class
io.milvus.param.control.LoadBalanceParam.Builder
Packages that use LoadBalanceParam.Builder
-
Uses of LoadBalanceParam.Builder in io.milvus.param.control
Methods in io.milvus.param.control that return LoadBalanceParam.BuilderModifier and TypeMethodDescriptionLoadBalanceParam.Builder.addDestinationNodeID(@NonNull Long destNodeID) Adds the destination query node by ID to which the sealed segments will be balanced.LoadBalanceParam.Builder.addSegmentID(@NonNull Long segmentID) Adds a sealed segments by ID to be balanced.static LoadBalanceParam.BuilderLoadBalanceParam.newBuilder()LoadBalanceParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.LoadBalanceParam.Builder.withDatabaseName(String databaseName) Sets the database name.LoadBalanceParam.Builder.withDestinationNodeID(@NonNull List<Long> destNodeIDs) Sets the destination query node by ID array to which the sealed segments will be balance.LoadBalanceParam.Builder.withSegmentIDs(@NonNull List<Long> segmentIDs) Sets a sealed segments by ID array to be balanced.LoadBalanceParam.Builder.withSourceNodeID(@NonNull Long srcNodeID) Sets the source query node by ID in which the sealed segments were loaded.