| Package | Description |
|---|---|
| org.glowroot.agent.config | |
| org.glowroot.agent.init |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePluginCache
Immutable implementation of
PluginCache. |
| Modifier and Type | Method and Description |
|---|---|
static PluginCache |
PluginCache.create(File pluginsDir,
boolean offlineViewer) |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePluginCache.Builder |
ImmutablePluginCache.Builder.copyFrom(PluginCache instance)
Fill a builder with attribute values from the provided
PluginCache instance. |
static ImmutablePluginCache |
ImmutablePluginCache.copyOf(PluginCache instance)
Creates an immutable copy of a
PluginCache value. |
| Constructor and Description |
|---|
AgentModule(Clock clock,
com.google.common.base.Ticker nullableTicker,
PluginCache pluginCache,
ConfigService configService,
Instrumentation instrumentation,
File glowrootJarFile,
File tmpDir,
PreCheckLoadedClasses.PreCheckClassFileTransformer preCheckClassFileTransformer) |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.