Class TimedDataPartition
java.lang.Object
org.teamapps.ux.component.timegraph.partitioning.TimedDataPartition
public class TimedDataPartition
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TimedDataPartition(long timestamp, long count) -
Method Summary
Modifier and Type Method Description longgetCount()longgetTimestamp()
-
Constructor Details
-
TimedDataPartition
public TimedDataPartition(long timestamp, long count)
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getCount
public long getCount()
-