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