Modifier and Type | Method and Description |
---|---|
AgentConfiguration |
TestRecorderAgent.getConfig() |
protected static AgentConfiguration |
TestRecorderAgent.loadConfig(String agentArgs) |
Modifier and Type | Method and Description |
---|---|
static void |
SnapshotManager.done(AgentConfiguration config,
Instrumentation inst) |
static SnapshotManager |
SnapshotManager.init(AgentConfiguration config,
Instrumentation inst) |
Constructor and Description |
---|
ConfigurableSerializerFacade(AgentConfiguration config) |
SnapshotInstrumentor(AgentConfiguration config) |
SnapshotManager(AgentConfiguration config) |
TestRecorderAgent(Instrumentation inst,
AgentConfiguration config) |
TestRecorderAgent(Instrumentation inst,
AgentConfiguration config,
List<Class<? extends AttachableClassFileTransformer>> transformerClasses) |
Modifier and Type | Method and Description |
---|---|
static CallsiteRecorder |
CallsiteRecorder.create(AgentConfiguration config,
Class<?>[] classes) |
Constructor and Description |
---|
CodeSerializer(String pkg,
AgentConfiguration config,
Function<AgentConfiguration,SerializerFacade> facade,
Function<AgentConfiguration,DeserializerFactory> deserializers) |
Modifier and Type | Method and Description |
---|---|
AgentConfiguration |
AgentConfigurator.configure() |
Modifier and Type | Method and Description |
---|---|
AgentConfigurator |
AgentConfigurator.to(Function<AgentConfiguration,SnapshotConsumer> profile) |
Constructor and Description |
---|
SetupGenerators(AgentConfiguration config) |
Constructor and Description |
---|
MatcherGenerators(AgentConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTestGenerator.reload(AgentConfiguration config) |
void |
TestGenerator.reload(AgentConfiguration config) |
Constructor and Description |
---|
ScheduledTestGenerator(AgentConfiguration config) |
TestGenerator(AgentConfiguration config) |
Modifier and Type | Method and Description |
---|---|
<T> AgentConfiguration |
AgentConfiguration.withDefaultValue(Class<T> clazz,
Supplier<T> defaultValue) |
Copyright © 2020. All rights reserved.