public class OrcWriterStats extends Object implements com.facebook.presto.orc.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,
com.facebook.presto.orc.FlushReason flushReason,
int dictionaryBytes,
com.facebook.presto.orc.metadata.StripeInformation stripeInformation) |
String |
toString() |
void |
updateSizeInBytes(long deltaInBytes) |
public void recordStripeWritten(int stripeMinBytes,
int stripeMaxBytes,
int dictionaryMaxMemoryBytes,
com.facebook.presto.orc.FlushReason flushReason,
int dictionaryBytes,
com.facebook.presto.orc.metadata.StripeInformation stripeInformation)
recordStripeWritten in interface com.facebook.presto.orc.WriterStatspublic void updateSizeInBytes(long deltaInBytes)
updateSizeInBytes in interface com.facebook.presto.orc.WriterStatspublic OrcWriterFlushStats getAllFlush()
public OrcWriterFlushStats getMaxRowsFlush()
public OrcWriterFlushStats getMaxBytesFlush()
public OrcWriterFlushStats getDictionaryFullFlush()
public OrcWriterFlushStats getClosedFlush()
public long getWriterSizeInBytes()
Copyright © 2012–2023. All rights reserved.