类 ProfilerEntry
- java.lang.Object
-
- org.apache.dubbo.common.profiler.ProfilerEntry
-
public class ProfilerEntry extends Object
-
-
构造器概要
构造器 构造器 说明 ProfilerEntry(String message)ProfilerEntry(String message, ProfilerEntry parentEntry, ProfilerEntry firstEntry)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 longgetEndTime()ProfilerEntrygetFirst()StringgetMessage()ProfilerEntrygetParent()AtomicIntegergetRequestCount()longgetStartTime()List<ProfilerEntry>getSub()voidsetEndTime(long endTime)
-
-
-
构造器详细资料
-
ProfilerEntry
public ProfilerEntry(String message)
-
ProfilerEntry
public ProfilerEntry(String message, ProfilerEntry parentEntry, ProfilerEntry firstEntry)
-
-
方法详细资料
-
getSub
public List<ProfilerEntry> getSub()
-
getMessage
public String getMessage()
-
getParent
public ProfilerEntry getParent()
-
getFirst
public ProfilerEntry getFirst()
-
getStartTime
public long getStartTime()
-
setEndTime
public void setEndTime(long endTime)
-
getEndTime
public long getEndTime()
-
getRequestCount
public AtomicInteger getRequestCount()
-
-