Package io.milvus.bulkwriter
Class BulkWriter
- java.lang.Object
-
- io.milvus.bulkwriter.BulkWriter
-
- Direct Known Subclasses:
LocalBulkWriter
public abstract class BulkWriter extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendRow(com.alibaba.fastjson.JSONObject row)
java.lang.Integer
getBufferRowCount()
java.lang.Integer
getTotalRowCount()
-
-
-
Method Detail
-
getBufferRowCount
public java.lang.Integer getBufferRowCount()
-
getTotalRowCount
public java.lang.Integer getTotalRowCount()
-
appendRow
public void appendRow(com.alibaba.fastjson.JSONObject row) throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
-
-