
Public Member Functions | |
| synchronized int | currentQueueSize () |
| synchronized int | errorCount () |
| String | formattedPeakMemoryUsage () |
| String | formattedUsedMemory () |
| NSTimestamp | lastResetTime () |
| synchronized int | mailCount () |
| double | peakMemoryUsage () |
| synchronized void | reset () |
| Stats () | |
| String | toString () |
| long | usedMemory () |
Private Member Functions | |
| void | incrementErrorCount () |
| void | incrementMailCount () |
| void | updateMemoryUsage () |
Private Attributes | |
| ERXUnitAwareDecimalFormat | _decimalFormatter |
| double | _peakMemoryUsage = 0.0d |
| Runtime | _runtime |
| int | errorCount = 0 |
| NSTimestamp | lastResetTime = new NSTimestamp() |
| int | mailCount = 0 |
| Stats | ( | ) |
| synchronized int currentQueueSize | ( | ) |
| synchronized int errorCount | ( | ) |
| String formattedPeakMemoryUsage | ( | ) |
| String formattedUsedMemory | ( | ) |
| void incrementErrorCount | ( | ) | [private] |
| void incrementMailCount | ( | ) | [private] |
| NSTimestamp lastResetTime | ( | ) |
| synchronized int mailCount | ( | ) |
| double peakMemoryUsage | ( | ) |
| synchronized void reset | ( | ) |
Resets statistics information
| void updateMemoryUsage | ( | ) | [private] |
| long usedMemory | ( | ) |
ERXUnitAwareDecimalFormat _decimalFormatter [private] |
double _peakMemoryUsage = 0.0d [private] |
Runtime _runtime [private] |
int errorCount = 0 [private] |
NSTimestamp lastResetTime = new NSTimestamp() [private] |
int mailCount = 0 [private] |
1.5.8