public class OrcWriterFlushStats extends Object
Constructor and Description |
---|
OrcWriterFlushStats(String name) |
Modifier and Type | Method and Description |
---|---|
com.facebook.airlift.stats.DistributionStat |
getDictionaryBytes() |
String |
getName() |
com.facebook.airlift.stats.DistributionStat |
getStripeBytes() |
com.facebook.airlift.stats.DistributionStat |
getStripeRows() |
void |
recordStripeWritten(long stripeBytes,
int stripeRows,
int dictionaryBytes) |
String |
toString() |
public OrcWriterFlushStats(String name)
public String getName()
public com.facebook.airlift.stats.DistributionStat getStripeBytes()
public com.facebook.airlift.stats.DistributionStat getStripeRows()
public com.facebook.airlift.stats.DistributionStat getDictionaryBytes()
public void recordStripeWritten(long stripeBytes, int stripeRows, int dictionaryBytes)
Copyright © 2012–2020. All rights reserved.