public interface PojoWriter
Modifier and Type | Method and Description |
---|---|
void |
allocate()
Allocates new buffer for value vector.
|
void |
cleanup()
Performs clean up if needed.
|
void |
init(OutputMutator output)
Initializes value vector.
|
void |
setValueCount(int recordCount)
Sets number of written records.
|
void |
writeField(Object value,
int outboundIndex)
Writes given value to the given position of the bit to set.
|
void writeField(Object value, int outboundIndex)
value
- values to be writtenoutboundIndex
- position of the bitvoid init(OutputMutator output) throws SchemaChangeException
output
- output mutatorSchemaChangeException
void allocate()
void setValueCount(int recordCount)
recordCount
- record countvoid cleanup()
Copyright © 1970 The Apache Software Foundation. All rights reserved.