Package alluxio.stress.graph
Class LineGraph.Data
- java.lang.Object
-
- alluxio.stress.graph.LineGraph.Data
-
- Enclosing class:
- LineGraph
public static final class LineGraph.Data extends java.lang.ObjectThis represents the data for a line graph.
-
-
Constructor Summary
Constructors Constructor Description Data()Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddData(java.lang.Object x, java.lang.Object y)
-