public class Trace extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Trace.Existence |
| Modifier and Type | Method and Description |
|---|---|
long |
getCaptureTime() |
com.google.common.collect.ImmutableSetMultimap<String,String> |
getCustomAttributes() |
Map<String,Object> |
getCustomDetail() |
long |
getDuration() |
Trace.Existence |
getEntriesExistence() |
long |
getEntryCount() |
String |
getErrorMessage() |
ThrowableInfo |
getErrorThrowable() |
com.google.common.collect.ImmutableList<TraceGcInfo> |
getGcInfos() |
String |
getHeadline() |
String |
getId() |
Trace.Existence |
getProfileExistence() |
long |
getProfileSampleCount() |
Timer |
getRootTimer() |
long |
getStartTime() |
Long |
getThreadAllocatedBytes() |
Long |
getThreadBlockedTime() |
Long |
getThreadCpuTime() |
Long |
getThreadWaitedTime() |
String |
getTransactionName() |
String |
getTransactionType() |
String |
getUser() |
boolean |
isActive() |
boolean |
isError() |
boolean |
isPartial() |
String |
toString() |
public String getId()
public boolean isActive()
public boolean isPartial()
public boolean isError()
public long getStartTime()
public long getCaptureTime()
public long getDuration()
public String getTransactionType()
public String getTransactionName()
public String getHeadline()
public com.google.common.collect.ImmutableSetMultimap<String,String> getCustomAttributes()
@Nullable public ThrowableInfo getErrorThrowable()
public Timer getRootTimer()
public com.google.common.collect.ImmutableList<TraceGcInfo> getGcInfos()
public long getEntryCount()
public long getProfileSampleCount()
public Trace.Existence getEntriesExistence()
public Trace.Existence getProfileExistence()
Copyright © 2011–2015 Glowroot contributors. All rights reserved.