| Package | Description |
|---|---|
| org.glowroot.agent.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransactionTimerSnapshot.Builder |
ImmutableTransactionTimerSnapshot.Builder.active(boolean active)
Initializes the value for the
active attribute. |
static ImmutableTransactionTimerSnapshot.Builder |
ImmutableTransactionTimerSnapshot.builder()
Creates a builder for
ImmutableTransactionTimerSnapshot. |
ImmutableTransactionTimerSnapshot.Builder |
ImmutableTransactionTimerSnapshot.Builder.copyFrom(TransactionTimer.TransactionTimerSnapshot instance)
Fill a builder with attribute values from the provided
TransactionTimerSnapshot instance. |
ImmutableTransactionTimerSnapshot.Builder |
ImmutableTransactionTimerSnapshot.Builder.count(long count)
Initializes the value for the
count attribute. |
ImmutableTransactionTimerSnapshot.Builder |
ImmutableTransactionTimerSnapshot.Builder.totalNanos(long totalNanos)
Initializes the value for the
totalNanos attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.