public class OrcWriterStats extends Object implements WriterStats
Constructor and Description |
---|
OrcWriterStats() |
Modifier and Type | Method and Description |
---|---|
OrcWriterFlushStats |
getAllFlush() |
OrcWriterFlushStats |
getClosedFlush() |
OrcWriterFlushStats |
getDictionaryFullFlush() |
OrcWriterFlushStats |
getMaxBytesFlush() |
OrcWriterFlushStats |
getMaxRowsFlush() |
long |
getWriterSizeInBytes() |
void |
recordStripeWritten(int stripeMinBytes,
int stripeMaxBytes,
int dictionaryMaxMemoryBytes,
FlushReason flushReason,
int dictionaryBytes,
StripeInformation stripeInformation) |
String |
toString() |
void |
updateSizeInBytes(long deltaInBytes) |
public void recordStripeWritten(int stripeMinBytes, int stripeMaxBytes, int dictionaryMaxMemoryBytes, FlushReason flushReason, int dictionaryBytes, StripeInformation stripeInformation)
recordStripeWritten
in interface WriterStats
public void updateSizeInBytes(long deltaInBytes)
updateSizeInBytes
in interface WriterStats
public OrcWriterFlushStats getAllFlush()
public OrcWriterFlushStats getMaxRowsFlush()
public OrcWriterFlushStats getMaxBytesFlush()
public OrcWriterFlushStats getDictionaryFullFlush()
public OrcWriterFlushStats getClosedFlush()
public long getWriterSizeInBytes()
Copyright © 2012–2022. All rights reserved.