Package io.milvus.bulkwriter
Class CloudImport
- java.lang.Object
-
- io.milvus.bulkwriter.CloudImport
-
public class CloudImport extends Object
-
-
Constructor Summary
Constructors Constructor Description CloudImport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BulkImportResponse
bulkImport(String url, String apiKey, String objectUrl, String accessKey, String secretKey, String clusterId, String collectionName)
static GetImportProgressResponse
getImportProgress(String url, String apiKey, String jobId, String clusterId)
static ListImportJobsResponse
listImportJobs(String url, String apiKey, String clusterId, int pageSize, int currentPage)
-
-
-
Method Detail
-
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
-
-