Package io.milvus.response
Class BulkInsertResponseWrapper
- java.lang.Object
-
- io.milvus.response.BulkInsertResponseWrapper
-
public class BulkInsertResponseWrapper extends java.lang.ObjectUtil class to wrap response ofbulkInsertinterface.
-
-
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 longgetTaskID()Gets ID of the bulk insert task.java.lang.StringtoString()Construct aStringbyBulkInsertResponseWrapperinstance.
-
-
-
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 aStringbyBulkInsertResponseWrapperinstance.- Overrides:
toStringin classjava.lang.Object- Returns:
String
-
-