Package org.apache.pinot.spi.metrics
Interface PinotCounter
-
- All Superinterfaces:
PinotMetric
public interface PinotCounter extends PinotMetric
An incrementing and decrementing counter metric in Pinot.
-
-
Method Summary
Modifier and Type Method Description ObjectgetCounter()-
Methods inherited from interface org.apache.pinot.spi.metrics.PinotMetric
getMetric
-
-
-
-
Method Detail
-
getCounter
Object getCounter()
-
-