Uses of Class
io.milvus.param.index.GetIndexStateParam.Builder
-
Packages that use GetIndexStateParam.Builder Package Description io.milvus.param.index -
-
Uses of GetIndexStateParam.Builder in io.milvus.param.index
Methods in io.milvus.param.index that return GetIndexStateParam.Builder Modifier and Type Method Description static GetIndexStateParam.BuilderGetIndexStateParam. newBuilder()GetIndexStateParam.BuilderGetIndexStateParam.Builder. withCollectionName(@NonNull String collectionName)Sets the collection name.GetIndexStateParam.BuilderGetIndexStateParam.Builder. withIndexName(@NonNull String indexName)The name of target index.
-