| Package | Description |
|---|---|
| org.glowroot.agent.impl |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePendingTrace |
ImmutablePendingTrace.Builder.build()
Builds a new
ImmutablePendingTrace. |
static ImmutablePendingTrace |
ImmutablePendingTrace.copyOf(TraceCollector.PendingTrace instance)
Creates an immutable copy of a
TraceCollector.PendingTrace value. |
ImmutablePendingTrace |
ImmutablePendingTrace.withPartial(boolean value)
Copy the current immutable object by setting a value for the
partial attribute. |
ImmutablePendingTrace |
ImmutablePendingTrace.withSlow(boolean value)
Copy the current immutable object by setting a value for the
slow attribute. |
ImmutablePendingTrace |
ImmutablePendingTrace.withTransaction(Transaction value)
Copy the current immutable object by setting a value for the
transaction attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.