public static class PartitionedOutputOperator.PartitionedOutputInfo extends Object implements Mergeable<PartitionedOutputOperator.PartitionedOutputInfo>, OperatorInfo
| Constructor and Description |
|---|
PartitionedOutputInfo(long rowsAdded,
long pagesAdded,
long outputBufferPeakMemoryUsage) |
| Modifier and Type | Method and Description |
|---|---|
long |
getOutputBufferPeakMemoryUsage() |
long |
getPagesAdded() |
long |
getRowsAdded() |
boolean |
isFinal() |
PartitionedOutputOperator.PartitionedOutputInfo |
mergeWith(PartitionedOutputOperator.PartitionedOutputInfo other)
Merges the current state with the state of the other instance, and returns the merged state.
|
String |
toString() |
public PartitionedOutputInfo(long rowsAdded,
long pagesAdded,
long outputBufferPeakMemoryUsage)
public long getRowsAdded()
public long getPagesAdded()
public long getOutputBufferPeakMemoryUsage()
public PartitionedOutputOperator.PartitionedOutputInfo mergeWith(PartitionedOutputOperator.PartitionedOutputInfo other)
MergeablemergeWith in interface Mergeable<PartitionedOutputOperator.PartitionedOutputInfo>public boolean isFinal()
isFinal in interface OperatorInfoCopyright © 2012–2019. All rights reserved.