Package org.apache.dubbo.common.profiler
Class ProfilerEntry
java.lang.Object
org.apache.dubbo.common.profiler.ProfilerEntry
-
Constructor Summary
ConstructorsConstructorDescriptionProfilerEntry(String message) ProfilerEntry(String message, ProfilerEntry parentEntry, ProfilerEntry firstEntry) -
Method Summary
-
Constructor Details
-
ProfilerEntry
-
ProfilerEntry
-
-
Method Details
-
getSub
-
getMessage
-
getParent
-
getFirst
-
getStartTime
public long getStartTime() -
setEndTime
public void setEndTime(long endTime) -
getEndTime
public long getEndTime() -
getRequestCount
-