| Package | Description |
|---|---|
| org.glowroot.container.trace |
| Modifier and Type | Method and Description |
|---|---|
TraceQuery |
TraceQuery.Builder.build()
Builds new
TraceQuery. |
static TraceQuery |
TraceQuery.copyOf(TraceQueryBase instance)
Creates immutable copy of
TraceQueryBase. |
TraceQuery |
TraceQuery.withCustomAttributeName(String value)
Copy current immutable object by setting value for
customAttributeName. |
TraceQuery |
TraceQuery.withCustomAttributeValue(String value)
Copy current immutable object by setting value for
customAttributeValue. |
TraceQuery |
TraceQuery.withCustomAttributeValueComparator(TraceQueryBase.StringComparator value)
Copy current immutable object by setting value for
customAttributeValueComparator. |
TraceQuery |
TraceQuery.withDurationHigh(Long value)
Copy current immutable object by setting value for
durationHigh. |
TraceQuery |
TraceQuery.withDurationLow(long value)
Copy current immutable object by setting value for
durationLow. |
TraceQuery |
TraceQuery.withError(String value)
Copy current immutable object by setting value for
error. |
TraceQuery |
TraceQuery.withErrorComparator(TraceQueryBase.StringComparator value)
Copy current immutable object by setting value for
errorComparator. |
TraceQuery |
TraceQuery.withErrorOnly(boolean value)
Copy current immutable object by setting value for
errorOnly. |
TraceQuery |
TraceQuery.withFrom(long value)
Copy current immutable object by setting value for
from. |
TraceQuery |
TraceQuery.withHeadline(String value)
Copy current immutable object by setting value for
headline. |
TraceQuery |
TraceQuery.withHeadlineComparator(TraceQueryBase.StringComparator value)
Copy current immutable object by setting value for
headlineComparator. |
TraceQuery |
TraceQuery.withLimit(int value)
Copy current immutable object by setting value for
limit. |
TraceQuery |
TraceQuery.withSlowOnly(boolean value)
Copy current immutable object by setting value for
slowOnly. |
TraceQuery |
TraceQuery.withTo(long value)
Copy current immutable object by setting value for
to. |
TraceQuery |
TraceQuery.withTransactionName(String value)
Copy current immutable object by setting value for
transactionName. |
TraceQuery |
TraceQuery.withTransactionNameComparator(TraceQueryBase.StringComparator value)
Copy current immutable object by setting value for
transactionNameComparator. |
TraceQuery |
TraceQuery.withTransactionType(String value)
Copy current immutable object by setting value for
transactionType. |
TraceQuery |
TraceQuery.withUser(String value)
Copy current immutable object by setting value for
user. |
TraceQuery |
TraceQuery.withUserComparator(TraceQueryBase.StringComparator value)
Copy current immutable object by setting value for
userComparator. |
| Modifier and Type | Method and Description |
|---|---|
List<Trace> |
TraceService.getTraces(TraceQuery query) |
Copyright © 2011–2015 Glowroot contributors. All rights reserved.