Package io.milvus.bulkwriter
Class BulkWriter
java.lang.Object
io.milvus.bulkwriter.BulkWriter
- Direct Known Subclasses:
LocalBulkWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Bufferprotected ReentrantLockprotected intprotected intprotected intprotected CollectionSchemaParamprotected BulkFileTypeprotected int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBulkWriter(CollectionSchemaParam collectionSchema, int chunkSize, BulkFileType fileType) -
Method Summary
-
Field Details
-
collectionSchema
-
chunkSize
protected int chunkSize -
fileType
-
bufferSize
protected int bufferSize -
bufferRowCount
protected int bufferRowCount -
totalRowCount
protected int totalRowCount -
buffer
-
bufferLock
-
-
Constructor Details
-
BulkWriter
-
-
Method Details
-
getBufferSize
-
getBufferRowCount
-
getTotalRowCount
-
getChunkSize
-
newBuffer
-
appendRow
- Throws:
IOExceptionInterruptedException
-
commit
- Throws:
InterruptedException
-
getDataPath
-