This project has retired. For details please refer to its
Attic page.
NoOpGuage (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- java.lang.Object
-
- com.yammer.metrics.core.Gauge<T>
-
- com.yammer.metrics.core.NoOpGuage<T>
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static NoOpGuage |
INSTANCE
singleton instance for everyone to use
|
-
Constructor Summary
Constructors
Constructor and Description |
NoOpGuage()
do not instantiate
|
-
Method Summary
-
Methods inherited from class com.yammer.metrics.core.Gauge
processWith
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NoOpGuage
public NoOpGuage()
do not instantiate
-
Method Detail
-
value
public T value()
- Specified by:
value
in class com.yammer.metrics.core.Gauge<T>
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.