jp.osdl.jbento2.analyzer
クラス GCSample

java.lang.Object
  上位を拡張 jp.osdl.jbento2.analyzer.GCTransition
      上位を拡張 jp.osdl.jbento2.analyzer.GCSample

public class GCSample
extends GCTransition


フィールドの概要
static int TYPE_FULL_GC
           
static int TYPE_GC
           
 
コンストラクタの概要
GCSample()
           
 
メソッドの概要
 void calculate()
           
 GCTransition getNewGC()
           
 GCTransition getPermGC()
           
 long getStartTime()
           
 GCTransition getTenuredGC()
           
 int getType()
           
 void setNewGC(GCTransition newGC)
           
 void setPermGC(GCTransition permGC)
           
 void setStartTime(long startTime)
           
 void setTenuredGC(GCTransition tenuredGC)
           
 void setType(int type)
           
 
クラス jp.osdl.jbento2.analyzer.GCTransition から継承されたメソッド
getAfterSize, getBeforeSize, getMaxSize, getProcessingTime, setAfterSize, setBeforeSize, setMaxSize, setProcessingTime
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

TYPE_GC

public static final int TYPE_GC
関連項目:
定数フィールド値

TYPE_FULL_GC

public static final int TYPE_FULL_GC
関連項目:
定数フィールド値
コンストラクタの詳細

GCSample

public GCSample()
メソッドの詳細

setNewGC

public void setNewGC(GCTransition newGC)

getNewGC

public GCTransition getNewGC()

setTenuredGC

public void setTenuredGC(GCTransition tenuredGC)

getTenuredGC

public GCTransition getTenuredGC()

setPermGC

public void setPermGC(GCTransition permGC)

getPermGC

public GCTransition getPermGC()

getStartTime

public long getStartTime()

setStartTime

public void setStartTime(long startTime)

getType

public int getType()

setType

public void setType(int type)

calculate

public void calculate()


Copyright © 2005-2008 The JBento Project. All Rights Reserved.