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 ResourceISnapshotDecorator. 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 classCFFrameProcessorWe 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 classFrameProcessorThis 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 ResourceMyPlugin. 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 ResourceJavaPlugin. decorate(ISettings settings, ISnapshotContext snapshot)ResourceOtelPlugin. 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 ResourceCFPlugin. decorate(ISettings settings, ISnapshotContext context)
-