Uses of Class
io.milvus.param.collection.ShowCollectionsParam
Packages that use ShowCollectionsParam
-
Uses of ShowCollectionsParam in io.milvus.client
Methods in io.milvus.client with parameters of type ShowCollectionsParamModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.showCollections(@NonNull ShowCollectionsParam requestParam) MilvusClient.showCollections(ShowCollectionsParam requestParam) Lists all collections or gets collection loading status.MilvusMultiServiceClient.showCollections(ShowCollectionsParam requestParam) MilvusServiceClient.showCollections(ShowCollectionsParam requestParam) -
Uses of ShowCollectionsParam in io.milvus.param.collection
Methods in io.milvus.param.collection that return ShowCollectionsParamModifier and TypeMethodDescriptionShowCollectionsParam.Builder.build()Verifies parameters and creates a newShowCollectionsParaminstance.