org.bootchart.common
クラス Sample

java.lang.Object
  上位を拡張 org.bootchart.common.Sample
直系の既知のサブクラス:
CPUSample, DiskTPutSample, DiskUtilSample, FileOpenSample, ProcessSample

public class Sample
extends Object

CPU statistics sample.


フィールドの概要
 Date time
          Sample time.
protected static DateFormat TIME_FORMAT
          Time format for samples.
 
コンストラクタの概要
Sample()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

TIME_FORMAT

protected static final DateFormat TIME_FORMAT
Time format for samples.


time

public Date time
Sample time.

コンストラクタの詳細

Sample

public Sample()