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 void
AnalyticsManager. 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 AProcess
AProcessBuilder. 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 AProcessBuilder
AProcessBuilder. 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 void
AnalyticsConnectorPlugin. add(AProcess process)
Adds a process to a connector which acts as a consumer.void
AnalyticsManagerImpl. 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> O
ProcessAnalyticsImpl. 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 void
LoggerAnalyticsConnectorPlugin. add(AProcess process)
Adds a process to a connector which acts as a consumer.void
SmartLoggerAnalyticsConnectorPlugin. add(AProcess process)
Adds a process to a connector which acts as a consumer.void
SocketLoggerAnalyticsConnectorPlugin. add(AProcess process)
Adds a process to a connector which acts as a consumer.void
SocketLoggerJsonAnalyticsConnectorPlugin. add(AProcess process)
Adds a process to a connector which acts as a consumer.
-