Package io.milvus.bulkwriter
Class CloudImport
java.lang.Object
io.milvus.bulkwriter.CloudImport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BulkImportResponsebulkImport(String url, String apiKey, String objectUrl, String accessKey, String secretKey, String clusterId, String collectionName) static GetImportProgressResponsegetImportProgress(String url, String apiKey, String jobId, String clusterId) static ListImportJobsResponselistImportJobs(String url, String apiKey, String clusterId, int pageSize, int currentPage)
-
Constructor Details
-
CloudImport
public CloudImport()
-
-
Method Details
-
bulkImport
public static BulkImportResponse bulkImport(String url, String apiKey, String objectUrl, String accessKey, String secretKey, String clusterId, String collectionName) throws MalformedURLException - Throws:
MalformedURLException
-
getImportProgress
public static GetImportProgressResponse getImportProgress(String url, String apiKey, String jobId, String clusterId) throws MalformedURLException - Throws:
MalformedURLException
-
listImportJobs
public static ListImportJobsResponse listImportJobs(String url, String apiKey, String clusterId, int pageSize, int currentPage) throws MalformedURLException - Throws:
MalformedURLException
-