public class PresentOutputStream extends Object
Constructor and Description |
---|
PresentOutputStream(ColumnWriterOptions columnWriterOptions,
Optional<DwrfDataEncryptor> dwrfEncryptor) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getBufferedBytes() |
Optional<List<BooleanStreamCheckpoint>> |
getCheckpoints() |
long |
getRetainedBytes() |
Optional<StreamDataOutput> |
getStreamDataOutput(int column) |
void |
recordCheckpoint() |
void |
reset() |
void |
writeBoolean(boolean value) |
public PresentOutputStream(ColumnWriterOptions columnWriterOptions, Optional<DwrfDataEncryptor> dwrfEncryptor)
public void writeBoolean(boolean value)
public void recordCheckpoint()
public void close()
public Optional<List<BooleanStreamCheckpoint>> getCheckpoints()
public Optional<StreamDataOutput> getStreamDataOutput(int column)
public long getBufferedBytes()
public long getRetainedBytes()
public void reset()
Copyright © 2012–2021. All rights reserved.