|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.performance.PerfEntryList
public class PerfEntryList
PerfEntryList class represents the Performance Entry pool.
| Constructor Summary | |
|---|---|
PerfEntryList()
|
|
| Method Summary | |
|---|---|
void |
addPerfEntry(PerfEntry entry)
Add a performance entry to the pool |
void |
clearAllPerfEntrys()
Cleans the pool |
void |
deletePerfEntry(String key)
Deletes a particular perfEntry object from the pool |
void |
dumpAllPerfEntries()
Dumps all the Perfentris in the pool |
PerfEntry |
findPerfPair(PerfEntry newEntry)
Locates the PerfEntry in BEGIN mode for the corresponding Perfentry in pool |
Enumeration |
getAllPerfEntries()
Checks all the objects in the pool |
PerfEntry |
getPerfEntry(String key)
Returns the Performance entry object for a given key |
boolean |
perfEntryExists(String key)
Checks if the object corresponding to the key exists |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerfEntryList()
| Method Detail |
|---|
public void addPerfEntry(PerfEntry entry)
entry - Performance entry to be added to the poolpublic boolean perfEntryExists(String key)
key - key to the object
public PerfEntry getPerfEntry(String key)
key - key to the objectpublic Enumeration getAllPerfEntries()
public PerfEntry findPerfPair(PerfEntry newEntry)
newEntry - Entry to find pair
public void clearAllPerfEntrys()
public void deletePerfEntry(String key)
key - Hastable keypublic void dumpAllPerfEntries()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||