Uses of Class
io.vertigo.core.analytics.process.AProcess
-
Packages that use AProcess Package Description io.vertigo.core.analytics io.vertigo.core.analytics.process io.vertigo.core.impl.analytics io.vertigo.core.impl.analytics.process io.vertigo.core.plugins.analytics.log -
-
Uses of AProcess in io.vertigo.core.analytics
Methods in io.vertigo.core.analytics with parameters of type AProcess Modifier and Type Method Description voidAnalyticsManager. addProcess(AProcess process)Adds an already built AProcess (via the builder) for tracking process that are not executed in a single thread environnement. -
Uses of AProcess in io.vertigo.core.analytics.process
Methods in io.vertigo.core.analytics.process that return AProcess Modifier and Type Method Description AProcessAProcessBuilder. build()Methods in io.vertigo.core.analytics.process that return types with arguments of type AProcess Modifier and Type Method Description List<AProcess>AProcess. getSubProcesses()Methods in io.vertigo.core.analytics.process with parameters of type AProcess Modifier and Type Method Description AProcessBuilderAProcessBuilder. addSubProcess(AProcess subProcess)adds a sub process d'un sous processus. -
Uses of AProcess in io.vertigo.core.impl.analytics
Methods in io.vertigo.core.impl.analytics with parameters of type AProcess Modifier and Type Method Description voidAnalyticsConnectorPlugin. add(AProcess process)Adds a process to a connector which acts as a consumer.voidAnalyticsManagerImpl. addProcess(AProcess process)Adds an already built AProcess (via the builder) for tracking process that are not executed in a single thread environnement. -
Uses of AProcess in io.vertigo.core.impl.analytics.process
Method parameters in io.vertigo.core.impl.analytics.process with type arguments of type AProcess Modifier and Type Method Description <O> OProcessAnalyticsImpl. traceWithReturn(String category, String name, Function<ProcessAnalyticsTracer,O> function, Consumer<AProcess> onCloseConsumer) -
Uses of AProcess in io.vertigo.core.plugins.analytics.log
Methods in io.vertigo.core.plugins.analytics.log with parameters of type AProcess Modifier and Type Method Description voidLoggerAnalyticsConnectorPlugin. add(AProcess process)Adds a process to a connector which acts as a consumer.voidSmartLoggerAnalyticsConnectorPlugin. add(AProcess process)Adds a process to a connector which acts as a consumer.voidSocketLoggerAnalyticsConnectorPlugin. add(AProcess process)Adds a process to a connector which acts as a consumer.voidSocketLoggerJsonAnalyticsConnectorPlugin. add(AProcess process)Adds a process to a connector which acts as a consumer.
-