public class JobBenchmarkMetric extends Object
Constructor and Description |
---|
JobBenchmarkMetric(String name,
double rps,
long totalRows,
double cpu,
Long avgDataFreshness,
Long maxDataFreshness) |
Modifier and Type | Method and Description |
---|---|
String |
getAvgDataFreshnessString() |
double |
getCpu() |
String |
getMaxDataFreshnessString() |
String |
getName() |
String |
getPrettyCpu() |
String |
getPrettyRps() |
String |
getPrettyRpsPerCore() |
String |
getPrettyTotalRows() |
long |
getRpsPerCore() |
public String getName()
public String getPrettyRps()
public String getPrettyTotalRows()
public String getPrettyCpu()
public double getCpu()
public String getPrettyRpsPerCore()
public long getRpsPerCore()
public String getAvgDataFreshnessString()
public String getMaxDataFreshnessString()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.