public class RelationalNodeStatistics extends Object
Constructor and Description |
---|
RelationalNodeStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
collectCumulativeNodeStats(Long rowCount,
int stopType) |
void |
collectNodeStats(RelationalNode[] relationalNodes) |
long |
getBatchEndTime() |
long |
getBatchStartTime() |
int |
getNodeBlocks() |
long |
getNodeCumulativeNextBatchProcessingTime() |
long |
getNodeCumulativeProcessingTime() |
long |
getNodeEndTime() |
int |
getNodeNextBatchCalls() |
long |
getNodeNextBatchProcessingTime() |
Long |
getNodeOutputRows() |
long |
getNodeStartTime() |
List<String> |
getStatisticsList() |
void |
startBatchTimer() |
void |
stopBatchTimer() |
public void startBatchTimer()
public void stopBatchTimer()
public void collectCumulativeNodeStats(Long rowCount, int stopType)
public void collectNodeStats(RelationalNode[] relationalNodes)
public int getNodeBlocks()
public long getNodeCumulativeNextBatchProcessingTime()
public long getNodeCumulativeProcessingTime()
public long getNodeEndTime()
public int getNodeNextBatchCalls()
public Long getNodeOutputRows()
public long getNodeNextBatchProcessingTime()
public long getNodeStartTime()
public long getBatchEndTime()
public long getBatchStartTime()
Copyright © 2019. All rights reserved.