Uses of Class
com.intergral.deep.agent.tracepoint.inst.TracepointInstrumentationService
-
Packages that use TracepointInstrumentationService Package Description com.intergral.deep.agent com.intergral.deep.agent.tracepoint com.intergral.deep.agent.tracepoint.inst -
-
Uses of TracepointInstrumentationService in com.intergral.deep.agent
Constructors in com.intergral.deep.agent with parameters of type TracepointInstrumentationService Constructor Description DeepAgent(Settings settings, TracepointInstrumentationService tracepointInstrumentationService)Create a new deep agent. -
Uses of TracepointInstrumentationService in com.intergral.deep.agent.tracepoint
Constructors in com.intergral.deep.agent.tracepoint with parameters of type TracepointInstrumentationService Constructor Description TracepointConfigService(TracepointInstrumentationService tracepointInstrumentationService) -
Uses of TracepointInstrumentationService in com.intergral.deep.agent.tracepoint.inst
Methods in com.intergral.deep.agent.tracepoint.inst that return TracepointInstrumentationService Modifier and Type Method Description static TracepointInstrumentationServiceTracepointInstrumentationService. init(Instrumentation inst, Settings settings)Initialise the tracepoint service with the deep services.
-