public class PrintTimestampNsHistogramEventHandler extends Object implements net.openhft.chronicle.core.threads.EventHandler
Constructor and Description |
---|
PrintTimestampNsHistogramEventHandler(@NotNull TimestampNsHistogram timestampNsHistogram) |
PrintTimestampNsHistogramEventHandler(@NotNull TimestampNsHistogram timestampNsHistogram,
long durationMs) |
PrintTimestampNsHistogramEventHandler(@NotNull TimestampNsHistogram timestampNsHistogram,
long durationMs,
@NotNull BooleanSupplier closer) |
Modifier and Type | Method and Description |
---|---|
boolean |
action() |
@NotNull net.openhft.chronicle.core.threads.HandlerPriority |
priority() |
public PrintTimestampNsHistogramEventHandler(@NotNull @NotNull TimestampNsHistogram timestampNsHistogram)
public PrintTimestampNsHistogramEventHandler(@NotNull @NotNull TimestampNsHistogram timestampNsHistogram, long durationMs)
public PrintTimestampNsHistogramEventHandler(@NotNull @NotNull TimestampNsHistogram timestampNsHistogram, long durationMs, @NotNull @NotNull BooleanSupplier closer)
public boolean action() throws net.openhft.chronicle.core.threads.InvalidEventHandlerException
action
in interface net.openhft.chronicle.core.threads.VanillaEventHandler
net.openhft.chronicle.core.threads.InvalidEventHandlerException
@NotNull public @NotNull net.openhft.chronicle.core.threads.HandlerPriority priority()
priority
in interface net.openhft.chronicle.core.threads.EventHandler
Copyright © 2021. All rights reserved.