|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.performance.PerformanceStats
public class PerformanceStats
Field Summary | |
---|---|
PerfEntryList |
entryList
|
Constructor Summary | |
---|---|
PerformanceStats()
|
Method Summary | |
---|---|
void |
cleanPerfStats()
Cleanup the Performance Stats List for a particular AssemblyLine. |
java.lang.String |
dumpPerfStats()
Dumps the Timestamp and Memory usage. |
java.util.Enumeration |
getAllResultStats()
Get a list of all the entries in the pool. |
java.lang.String |
getPerfStats(java.lang.String component)
Returns the performance statistics for a component. |
void |
initPerfStats()
Initializes the Performance Recording for a particular AssemblyLine. |
void |
startPerfRecording(java.lang.String component)
Starts the Performance Recording for a particular component. |
java.lang.String |
stopPerfRecording(java.lang.String Component)
Stops the Performance Recording for a particular component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PerfEntryList entryList
Constructor Detail |
---|
public PerformanceStats()
Method Detail |
---|
public void initPerfStats()
public void cleanPerfStats()
public void startPerfRecording(java.lang.String component)
component
- This is a unique value which will be set, usually to indicate
the location from where the recording is startedpublic java.lang.String stopPerfRecording(java.lang.String Component)
Component
- This is a unique value which will be set, usually to indicate
the location from where the recording is started.
public java.lang.String dumpPerfStats()
public java.util.Enumeration getAllResultStats()
public java.lang.String getPerfStats(java.lang.String component)
component
- The name of the component to get the performance statistics
for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |