Package | Description |
---|---|
alluxio.stress.worker |
Modifier and Type | Method and Description |
---|---|
WorkerBenchDataPoint |
WorkerBenchDataPointDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctx) |
Modifier and Type | Method and Description |
---|---|
List<WorkerBenchDataPoint> |
WorkerBenchCoarseDataPoint.getData() |
Modifier and Type | Method and Description |
---|---|
void |
WorkerBenchCoarseDataPoint.addDataPoint(WorkerBenchDataPoint data) |
Modifier and Type | Method and Description |
---|---|
void |
WorkerBenchCoarseDataPoint.setData(List<WorkerBenchDataPoint> data) |
Constructor and Description |
---|
WorkerBenchCoarseDataPoint(Long workerID,
Long threadID,
List<WorkerBenchDataPoint> data,
List<Long> throughput)
Creates a coarse data point with data and throughput arrays.
|
Copyright © 2023. All Rights Reserved.