com.intel.cosbench.bench
Class Snapshot

java.lang.Object
  extended by com.intel.cosbench.bench.Snapshot

public class Snapshot
extends java.lang.Object

This class represents the aggregated (from different drivers) performance data at one sample interval.

Author:
ywang19

Constructor Summary
Snapshot()
           
Snapshot(Report report)
           
Snapshot(Report report, java.util.Date timestamp)
           
 
Method Summary
 int getMaxVersion()
           
 int getMinVersion()
           
 Report getReport()
           
 java.util.Date getTimestamp()
           
 int getVersion()
           
 void setMaxVersion(int maxVersion)
           
 void setMinVersion(int minVersion)
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snapshot

public Snapshot()

Snapshot

public Snapshot(Report report)

Snapshot

public Snapshot(Report report,
                java.util.Date timestamp)
Method Detail

getReport

public Report getReport()

getTimestamp

public java.util.Date getTimestamp()

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getMinVersion

public int getMinVersion()

setMinVersion

public void setMinVersion(int minVersion)

getMaxVersion

public int getMaxVersion()

setMaxVersion

public void setMaxVersion(int maxVersion)