Uses of Class
io.milvus.param.index.GetIndexStateParam.Builder
Packages that use GetIndexStateParam.Builder
-
Uses of GetIndexStateParam.Builder in io.milvus.param.index
Methods in io.milvus.param.index that return GetIndexStateParam.BuilderModifier and TypeMethodDescriptionstatic GetIndexStateParam.BuilderGetIndexStateParam.newBuilder()GetIndexStateParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.GetIndexStateParam.Builder.withDatabaseName(String databaseName) Sets the database name.GetIndexStateParam.Builder.withIndexName(@NonNull String indexName) The name of target index.