Class ObjectAllocationOutsideTlabHandler

java.lang.Object
io.opentelemetry.instrumentation.runtimemetrics.java17.internal.AbstractThreadDispatchingHandler
io.opentelemetry.instrumentation.runtimemetrics.java17.internal.memory.ObjectAllocationOutsideTlabHandler
All Implemented Interfaces:
RecordedEventHandler, AutoCloseable, Consumer<jdk.jfr.consumer.RecordedEvent>, Predicate<jdk.jfr.consumer.RecordedEvent>

public final class ObjectAllocationOutsideTlabHandler extends AbstractThreadDispatchingHandler
This class handles all non-TLAB allocation JFR events, and delegates them to the actual per-thread aggregators

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.