I - Data type to be generated.public interface DeltaInputWriter<I> extends Closeable
DeltaInputWriter will be able to generate data.| Modifier and Type | Method and Description |
|---|---|
boolean |
canWrite()
Check whether more data can/should be written.
|
DeltaWriteStats |
getDeltaWriteStats()
Return the statistics of data written.
|
DeltaInputWriter |
getNewWriter()
Return a new instance of this writer.
|
void |
writeData(I iData)
Generate any type of data.
|
void writeData(I iData) throws IOException
IOExceptionboolean canWrite()
DeltaWriteStats getDeltaWriteStats()
DeltaInputWriter getNewWriter() throws IOException
IOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.