public abstract class AbstractMetricsSource extends Object implements MetricsSource
Modifier and Type | Field and Description |
---|---|
protected MetricsConfiguration |
configuration |
protected MetricsSink |
sink |
Constructor and Description |
---|
AbstractMetricsSource() |
Modifier and Type | Method and Description |
---|---|
void |
init(MetricsConfiguration configuration,
MetricsSink sink)
Pass metrics sink to metrics source
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
start
protected MetricsSink sink
protected MetricsConfiguration configuration
public void init(MetricsConfiguration configuration, MetricsSink sink)
init
in interface MetricsSource
Copyright © 2022 Apache Software Foundation. All rights reserved.