protected abstract static class TrackerClass.HistoryRecord
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
threadName |
protected long |
timestamp |
protected java.lang.Exception |
trace |
| Constructor and Description |
|---|
HistoryRecord(java.lang.Exception trace,
long timestamp,
java.lang.String threadName) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
applies(java.lang.Long recordID) |
boolean |
isFlushable(long timestamp) |
abstract void |
print() |
void |
print(java.lang.String description) |