Class Gauges.NoOpGauges

java.lang.Object
io.datarouter.storage.metric.Gauges.NoOpGauges
All Implemented Interfaces:
Gauges
Enclosing interface:
Gauges

public static class Gauges.NoOpGauges
extends java.lang.Object
implements Gauges
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.datarouter.storage.metric.Gauges

    Gauges.NoOpGauges
  • Constructor Summary

    Constructors 
    Constructor Description
    NoOpGauges()  
  • Method Summary

    Modifier and Type Method Description
    void save​(java.lang.String key, long value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.datarouter.storage.metric.Gauges

    save
  • Constructor Details

  • Method Details

    • save

      public void save​(java.lang.String key, long value)
      Specified by:
      save in interface Gauges