| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAllConfig |
ImmutableAllConfig.Builder.build()
Builds a new
ImmutableAllConfig. |
static ImmutableAllConfig |
ImmutableAllConfig.copyOf(AllConfig instance)
Creates an immutable copy of a
AllConfig value. |
ImmutableAllConfig |
ImmutableAllConfig.withAdvanced(AdvancedConfig value)
Copy the current immutable object by setting a value for the
advanced attribute. |
ImmutableAllConfig |
ImmutableAllConfig.withAlerts(AlertConfig... elements)
Copy the current immutable object with elements that replace the content of
alerts. |
ImmutableAllConfig |
ImmutableAllConfig.withAlerts(Iterable<? extends AlertConfig> elements)
Copy the current immutable object with elements that replace the content of
alerts. |
ImmutableAllConfig |
ImmutableAllConfig.withGauges(GaugeConfig... elements)
Copy the current immutable object with elements that replace the content of
gauges. |
ImmutableAllConfig |
ImmutableAllConfig.withGauges(Iterable<? extends GaugeConfig> elements)
Copy the current immutable object with elements that replace the content of
gauges. |
ImmutableAllConfig |
ImmutableAllConfig.withInstrumentation(InstrumentationConfig... elements)
Copy the current immutable object with elements that replace the content of
instrumentation. |
ImmutableAllConfig |
ImmutableAllConfig.withInstrumentation(Iterable<? extends InstrumentationConfig> elements)
Copy the current immutable object with elements that replace the content of
instrumentation. |
ImmutableAllConfig |
ImmutableAllConfig.withJvm(JvmConfig value)
Copy the current immutable object by setting a value for the
jvm attribute. |
ImmutableAllConfig |
ImmutableAllConfig.withPlugins(Iterable<? extends PluginConfig> elements)
Copy the current immutable object with elements that replace the content of
plugins. |
ImmutableAllConfig |
ImmutableAllConfig.withPlugins(PluginConfig... elements)
Copy the current immutable object with elements that replace the content of
plugins. |
ImmutableAllConfig |
ImmutableAllConfig.withSyntheticMonitors(Iterable<? extends SyntheticMonitorConfig> elements)
Copy the current immutable object with elements that replace the content of
syntheticMonitors. |
ImmutableAllConfig |
ImmutableAllConfig.withSyntheticMonitors(SyntheticMonitorConfig... elements)
Copy the current immutable object with elements that replace the content of
syntheticMonitors. |
ImmutableAllConfig |
ImmutableAllConfig.withTransaction(TransactionConfig value)
Copy the current immutable object by setting a value for the
transaction attribute. |
ImmutableAllConfig |
ImmutableAllConfig.withUiDefaults(UiDefaultsConfig value)
Copy the current immutable object by setting a value for the
uiDefaults attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.