public static class TableWriterOperator.TableWriterInfo extends Object implements Mergeable<TableWriterOperator.TableWriterInfo>, OperatorInfo
| Constructor and Description |
|---|
TableWriterInfo(long pageSinkPeakMemoryUsage,
io.airlift.units.Duration statisticsWallTime,
io.airlift.units.Duration statisticsCpuTime,
io.airlift.units.Duration validationCpuTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPageSinkPeakMemoryUsage() |
io.airlift.units.Duration |
getStatisticsCpuTime() |
io.airlift.units.Duration |
getStatisticsWallTime() |
io.airlift.units.Duration |
getValidationCpuTime() |
boolean |
isFinal() |
TableWriterOperator.TableWriterInfo |
mergeWith(TableWriterOperator.TableWriterInfo other)
Merges the current state with the state of the other instance, and returns the merged state.
|
String |
toString() |
public TableWriterInfo(long pageSinkPeakMemoryUsage,
io.airlift.units.Duration statisticsWallTime,
io.airlift.units.Duration statisticsCpuTime,
io.airlift.units.Duration validationCpuTime)
public long getPageSinkPeakMemoryUsage()
public io.airlift.units.Duration getStatisticsWallTime()
public io.airlift.units.Duration getStatisticsCpuTime()
public io.airlift.units.Duration getValidationCpuTime()
public TableWriterOperator.TableWriterInfo mergeWith(TableWriterOperator.TableWriterInfo other)
MergeablemergeWith in interface Mergeable<TableWriterOperator.TableWriterInfo>public boolean isFinal()
isFinal in interface OperatorInfoCopyright © 2012–2019. All rights reserved.