public class ProfilerEntry extends Object
| Constructor and Description |
|---|
ProfilerEntry(String message) |
ProfilerEntry(String message,
ProfilerEntry parentEntry,
ProfilerEntry firstEntry) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTime() |
ProfilerEntry |
getFirst() |
String |
getMessage() |
ProfilerEntry |
getParent() |
AtomicInteger |
getRequestCount() |
long |
getStartTime() |
List<ProfilerEntry> |
getSub() |
void |
setEndTime(long endTime) |
public ProfilerEntry(String message)
public ProfilerEntry(String message, ProfilerEntry parentEntry, ProfilerEntry firstEntry)
public List<ProfilerEntry> getSub()
public String getMessage()
public ProfilerEntry getParent()
public ProfilerEntry getFirst()
public long getStartTime()
public void setEndTime(long endTime)
public long getEndTime()
public AtomicInteger getRequestCount()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.