Uses of Class
io.fluxzero.common.jfr.FluxzeroJfr.Batch
Packages that use FluxzeroJfr.Batch
-
Uses of FluxzeroJfr.Batch in io.fluxzero.common.jfr
Methods in io.fluxzero.common.jfr that return FluxzeroJfr.BatchModifier and TypeMethodDescriptionstatic FluxzeroJfr.BatchFluxzeroJfr.startBatch(String component, String operation, String messageType, int itemCount, long bytes, long queueDepth, long queueBytes) Starts one batch event, returningnullwithout allocating an event when batch diagnostics are disabled.Methods in io.fluxzero.common.jfr with parameters of type FluxzeroJfr.BatchModifier and TypeMethodDescriptionstatic voidFluxzeroJfr.finish(FluxzeroJfr.Batch event, Throwable failure) Completes and conditionally commits a batch event.