jp.osdl.jbento2.analyzer
クラス GCParserImpl
java.lang.Object
jp.osdl.jbento2.analyzer.GCParserImpl
- すべての実装されたインタフェース:
- GCParser
public class GCParserImpl
- extends Object
- implements GCParser
メソッドの概要 |
boolean |
checkAndSetProcessingTime(String token,
GCTokenizer gct,
GCTransition transition)
|
boolean |
checkAndSetTransitionHeap(String token,
GCTokenizer gct,
GCTransition transition)
|
GCSample |
getGCSample(String keyToken,
GCTokenizer gct)
|
GCTransition |
getNewGC(String keyToken,
GCTokenizer gct)
|
GCTransition |
getPermGC(String keyToken,
GCTokenizer gct)
|
GCTransition |
getTenuredGC(String keyToken,
GCTokenizer gct)
|
GCList |
parse(Reader reader)
|
void |
processCMS(String keyToken,
GCTokenizer gct,
GCSample sample)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GCParserImpl
public GCParserImpl()
parse
public GCList parse(Reader reader)
throws IOException
- 定義:
- インタフェース
GCParser
内の parse
- 例外:
IOException
getGCSample
public GCSample getGCSample(String keyToken,
GCTokenizer gct)
throws IOException
- 例外:
IOException
processCMS
public void processCMS(String keyToken,
GCTokenizer gct,
GCSample sample)
throws IOException
- 例外:
IOException
getNewGC
public GCTransition getNewGC(String keyToken,
GCTokenizer gct)
throws IOException
- 例外:
IOException
getTenuredGC
public GCTransition getTenuredGC(String keyToken,
GCTokenizer gct)
throws IOException
- 例外:
IOException
getPermGC
public GCTransition getPermGC(String keyToken,
GCTokenizer gct)
throws IOException
- 例外:
IOException
checkAndSetTransitionHeap
public boolean checkAndSetTransitionHeap(String token,
GCTokenizer gct,
GCTransition transition)
throws IOException
- 例外:
IOException
checkAndSetProcessingTime
public boolean checkAndSetProcessingTime(String token,
GCTokenizer gct,
GCTransition transition)
throws IOException
- 例外:
IOException
Copyright © 2005-2008 The JBento Project. All Rights Reserved.