Uses of Class
io.milvus.param.collection.ShowCollectionsParam
-
Packages that use ShowCollectionsParam Package Description io.milvus.client io.milvus.param.collection -
-
Uses of ShowCollectionsParam in io.milvus.client
Methods in io.milvus.client with parameters of type ShowCollectionsParam Modifier and Type Method Description R<ShowCollectionsResponse>AbstractMilvusGrpcClient. showCollections(@NonNull ShowCollectionsParam requestParam)R<ShowCollectionsResponse>MilvusClient. showCollections(ShowCollectionsParam requestParam)Lists all collections or gets collection loading status.R<ShowCollectionsResponse>MilvusMultiServiceClient. showCollections(ShowCollectionsParam requestParam)R<ShowCollectionsResponse>MilvusServiceClient. showCollections(ShowCollectionsParam requestParam) -
Uses of ShowCollectionsParam in io.milvus.param.collection
Methods in io.milvus.param.collection that return ShowCollectionsParam Modifier and Type Method Description ShowCollectionsParamShowCollectionsParam.Builder. build()Verifies parameters and creates a newShowCollectionsParaminstance.
-