| Package | Description |
|---|---|
| org.glowroot.agent.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransactionTimerSnapshot |
ImmutableTransactionTimerSnapshot.Builder.build()
Builds a new
ImmutableTransactionTimerSnapshot. |
static ImmutableTransactionTimerSnapshot |
ImmutableTransactionTimerSnapshot.copyOf(TransactionTimer.TransactionTimerSnapshot instance)
Creates an immutable copy of a
TransactionTimer.TransactionTimerSnapshot value. |
static ImmutableTransactionTimerSnapshot |
ImmutableTransactionTimerSnapshot.of(long totalNanos,
long count,
boolean active)
Construct a new immutable
TransactionTimerSnapshot instance. |
ImmutableTransactionTimerSnapshot |
ImmutableTransactionTimerSnapshot.withActive(boolean value)
Copy the current immutable object by setting a value for the
active attribute. |
ImmutableTransactionTimerSnapshot |
ImmutableTransactionTimerSnapshot.withCount(long value)
Copy the current immutable object by setting a value for the
count attribute. |
ImmutableTransactionTimerSnapshot |
ImmutableTransactionTimerSnapshot.withTotalNanos(long value)
Copy the current immutable object by setting a value for the
totalNanos attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.