public class Transaction extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Transaction.TraceEntryVisitor |
| Modifier and Type | Method and Description |
|---|---|
List<ThreadContextImpl> |
getActiveAuxThreadContexts() |
com.google.common.collect.SetMultimap<String,String> |
getAttributes() |
ProfileOuterClass.Profile |
getAuxThreadProfileProtobuf() |
long |
getCaptureTime() |
long |
getCpuNanos() |
long |
getDurationNanos() |
ErrorMessage |
getErrorMessage() |
String |
getHeadline() |
Cancellable |
getImmedateTraceStoreRunnable() |
ThreadContextImpl |
getMainThreadContext() |
ProfileOuterClass.Profile |
getMainThreadProfileProtobuf() |
List<AggregateOuterClass.Aggregate.Query> |
getQueries() |
List<String> |
getSharedQueryTexts() |
long |
getStartTick() |
String |
getTraceId() |
String |
getTransactionName() |
String |
getTransactionType() |
String |
getUser() |
boolean |
isCompleted() |
boolean |
isFullyCompleted() |
boolean |
isPartiallyStored() |
void |
setImmediateTraceStoreRunnable(Cancellable immedateTraceStoreRunnable) |
void |
visitEntries(long captureTick,
Transaction.TraceEntryVisitor entryVisitor) |
public List<ThreadContextImpl> getActiveAuxThreadContexts()
public ProfileOuterClass.Profile getAuxThreadProfileProtobuf()
public long getCaptureTime()
public long getCpuNanos()
public long getDurationNanos()
public ErrorMessage getErrorMessage()
public String getHeadline()
public Cancellable getImmedateTraceStoreRunnable()
public ThreadContextImpl getMainThreadContext()
public ProfileOuterClass.Profile getMainThreadProfileProtobuf()
public List<AggregateOuterClass.Aggregate.Query> getQueries()
public long getStartTick()
public String getTraceId()
public String getTransactionName()
public String getTransactionType()
public String getUser()
public boolean isCompleted()
public boolean isFullyCompleted()
public boolean isPartiallyStored()
public void setImmediateTraceStoreRunnable(Cancellable immedateTraceStoreRunnable)
public void visitEntries(long captureTick,
Transaction.TraceEntryVisitor entryVisitor)
Copyright © 2011–2020 Glowroot contributors. All rights reserved.