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