Package com.linkedin.venice.jobs
Class StageMetricsSnapshot.StageSummary
java.lang.Object
com.linkedin.venice.jobs.StageMetricsSnapshot.StageSummary
- Enclosing class:
- StageMetricsSnapshot
Immutable metrics for a single pipeline stage.
-
Constructor Summary
ConstructorsConstructorDescriptionStageSummary(long recordsIn, long recordsOut, long bytesIn, long bytesOut, long timeNs) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglong
-
Constructor Details
-
StageSummary
public StageSummary(long recordsIn, long recordsOut, long bytesIn, long bytesOut, long timeNs)
-
-
Method Details
-
getRecordsIn
public long getRecordsIn() -
getRecordsOut
public long getRecordsOut() -
getBytesIn
public long getBytesIn() -
getBytesOut
public long getBytesOut() -
getTimeNs
public long getTimeNs()
-