Uses of Class
com.ibm.di.performance.PerfEntry
-
Packages that use PerfEntry Package Description com.ibm.di.performance Provides classes for the Security Verify Directory Integrator performance measurements. -
-
Uses of PerfEntry in com.ibm.di.performance
Methods in com.ibm.di.performance that return PerfEntry Modifier and Type Method Description 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 poolPerfEntry
PerfEntryList. getPerfEntry(java.lang.String key)
Returns the Performance entry object for a given keyMethods in com.ibm.di.performance that return types with arguments of type PerfEntry Modifier and Type Method Description java.util.Enumeration<PerfEntry>
PerfEntryList. getAllPerfEntries()
Checks all the objects in the poolMethods in com.ibm.di.performance with parameters of type PerfEntry Modifier and Type Method Description 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 poolstatic 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 poolboolean
PerfEntry. isPair(PerfEntry entry)
Checks if the PerfEntry objects are pairs.
-