public abstract class MetricsReporter extends Object
| Constructor and Description |
|---|
MetricsReporter() |
| Modifier and Type | Method and Description |
|---|---|
abstract Closeable |
getReporter() |
abstract void |
report()
Deterministically push out metrics.
|
abstract void |
start()
Push out metrics at scheduled intervals.
|
abstract void |
stop()
Stop this reporter.
|
public abstract void start()
public abstract void report()
public abstract Closeable getReporter()
public abstract void stop()
Copyright © 2022 The Apache Software Foundation. All rights reserved.