|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PerfEntry | |
---|---|
com.ibm.di.performance | Provides classes for the Tivoli Directory Integrator performance measurements. |
Uses of PerfEntry in com.ibm.di.performance |
---|
Methods in com.ibm.di.performance that return PerfEntry | |
---|---|
static PerfEntry |
PerfEntry.addPerfEntries(PerfEntry entry1,
PerfEntry entry2)
Gets the sum of the time stamps and Memory usage of 2 PerfEntry objects. |
static PerfEntry |
PerfEntry.diffPerfEntries(PerfEntry begin,
PerfEntry end)
Gets the difference of the time stamps and Memory usage of 2 PerfEntry objects. |
PerfEntry |
PerfEntryList.findPerfPair(PerfEntry newEntry)
Locates the PerfEntry in BEGIN mode for the corresponding Perfentry in pool |
PerfEntry |
PerfEntryList.getPerfEntry(java.lang.String key)
Returns the Performance entry object for a given key |
Methods in com.ibm.di.performance with parameters of type PerfEntry | |
---|---|
static PerfEntry |
PerfEntry.addPerfEntries(PerfEntry entry1,
PerfEntry entry2)
Gets the sum of the time stamps and Memory usage of 2 PerfEntry objects. |
void |
PerfEntryList.addPerfEntry(PerfEntry entry)
Add a performance entry to the pool |
static PerfEntry |
PerfEntry.diffPerfEntries(PerfEntry begin,
PerfEntry end)
Gets the difference of the time stamps and Memory usage of 2 PerfEntry objects. |
boolean |
PerfEntry.equalsPerfEntry(PerfEntry entry)
Checks if the equality of two PerfEntry objects. |
PerfEntry |
PerfEntryList.findPerfPair(PerfEntry newEntry)
Locates the PerfEntry in BEGIN mode for the corresponding Perfentry in pool |
boolean |
PerfEntry.isPair(PerfEntry entry)
Checks if the PerfEntry objects are pairs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |