Uses of Class
org.apache.dubbo.common.profiler.ProfilerEntry
Packages that use ProfilerEntry
-
Uses of ProfilerEntry in org.apache.dubbo.common.profiler
Methods in org.apache.dubbo.common.profiler that return ProfilerEntryModifier and TypeMethodDescriptionstatic ProfilerEntryProfiler.enter(ProfilerEntry entry, String message) static ProfilerEntryProfiler.getBizProfiler()ProfilerEntry.getFirst()ProfilerEntry.getParent()static ProfilerEntryProfiler.release(ProfilerEntry entry) static ProfilerEntryProfiler.setToBizProfiler(ProfilerEntry entry) static ProfilerEntryMethods in org.apache.dubbo.common.profiler that return types with arguments of type ProfilerEntryMethods in org.apache.dubbo.common.profiler with parameters of type ProfilerEntryModifier and TypeMethodDescriptionstatic StringProfiler.buildDetail(ProfilerEntry entry) Profiler.buildDetail(ProfilerEntry entry, long startTime, long totalUsageTime, int depth) static ProfilerEntryProfiler.enter(ProfilerEntry entry, String message) static ProfilerEntryProfiler.release(ProfilerEntry entry) static ProfilerEntryProfiler.setToBizProfiler(ProfilerEntry entry) Constructors in org.apache.dubbo.common.profiler with parameters of type ProfilerEntryModifierConstructorDescriptionProfilerEntry(String message, ProfilerEntry parentEntry, ProfilerEntry firstEntry)