Package io.milvus.bulkwriter
Class Buffer
- java.lang.Object
-
- io.milvus.bulkwriter.Buffer
-
public class Buffer extends Object
-
-
Constructor Summary
Constructors Constructor Description Buffer(CollectionSchemaParam collectionSchema, BulkFileType fileType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendRow(com.alibaba.fastjson.JSONObject row)IntegergetRowCount()List<String>persist(String localPath, Integer bufferSize, Integer bufferRowCount)
-
-
-
Constructor Detail
-
Buffer
public Buffer(CollectionSchemaParam collectionSchema, BulkFileType fileType)
-
-