Package io.milvus.response
Class BulkInsertResponseWrapper
- java.lang.Object
-
- io.milvus.response.BulkInsertResponseWrapper
-
public class BulkInsertResponseWrapper extends Object
Util class to wrap response ofbulkInsert
interface.
-
-
Constructor Summary
Constructors Constructor Description BulkInsertResponseWrapper(@NonNull ImportResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTaskID()
Gets ID of the bulk insert task.String
toString()
Construct aString
byBulkInsertResponseWrapper
instance.
-
-
-
Constructor Detail
-
BulkInsertResponseWrapper
public BulkInsertResponseWrapper(@NonNull @NonNull ImportResponse response)
-
-
Method Detail
-
getTaskID
public long getTaskID()
Gets ID of the bulk insert task.- Returns:
- Long ID of the bulk insert task
-
toString
public String toString()
Construct aString
byBulkInsertResponseWrapper
instance.
-
-