Uses of Interface
com.intergral.deep.agent.api.plugin.ISnapshotContext
-
-
Uses of ISnapshotContext in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin with parameters of type ISnapshotContext Modifier and Type Method Description Resource
ISnapshotDecorator. decorate(ISettings settings, ISnapshotContext snapshot)
This method is called by Deep after a snapshot is created. -
Uses of ISnapshotContext in com.intergral.deep.agent.tracepoint.cf
Classes in com.intergral.deep.agent.tracepoint.cf that implement ISnapshotContext Modifier and Type Class Description class
CFFrameProcessor
We want to map the variables from the Java variables to the CF variables. -
Uses of ISnapshotContext in com.intergral.deep.agent.tracepoint.handler
Classes in com.intergral.deep.agent.tracepoint.handler that implement ISnapshotContext Modifier and Type Class Description class
FrameProcessor
This type deals with matching tracepoints to the current state and working out if we can collect the data. -
Uses of ISnapshotContext in com.intergral.deep.examples
Methods in com.intergral.deep.examples with parameters of type ISnapshotContext Modifier and Type Method Description Resource
MyPlugin. decorate(ISettings settings, ISnapshotContext snapshot)
-
Uses of ISnapshotContext in com.intergral.deep.plugin
Methods in com.intergral.deep.plugin with parameters of type ISnapshotContext Modifier and Type Method Description Resource
JavaPlugin. decorate(ISettings settings, ISnapshotContext snapshot)
Resource
OtelPlugin. decorate(ISettings settings, ISnapshotContext snapshot)
-
Uses of ISnapshotContext in com.intergral.deep.plugin.cf
Methods in com.intergral.deep.plugin.cf with parameters of type ISnapshotContext Modifier and Type Method Description Resource
CFPlugin. decorate(ISettings settings, ISnapshotContext context)
-