Uses of Interface
org.apache.pinot.spi.metrics.PinotMetricsRegistryListener
-
Packages that use PinotMetricsRegistryListener Package Description org.apache.pinot.spi.metrics -
-
Uses of PinotMetricsRegistryListener in org.apache.pinot.spi.metrics
Methods in org.apache.pinot.spi.metrics with parameters of type PinotMetricsRegistryListener Modifier and Type Method Description voidPinotMetricsRegistry. addListener(PinotMetricsRegistryListener listener)Adds aPinotMetricsRegistryListenerto a collection of listeners that will be notified on metric creation.
-