Example usage for org.apache.hadoop.metrics2.lib MutableCounterLong value

List of usage examples for org.apache.hadoop.metrics2.lib MutableCounterLong value

Introduction

In this page you can find the example usage for org.apache.hadoop.metrics2.lib MutableCounterLong value.

Prototype

AtomicLong value

To view the source code for org.apache.hadoop.metrics2.lib MutableCounterLong value.

Click Source Link

Usage

From source file:com.twitter.hraven.hadoopJobMonitor.metrics.MutableCounterLongAdapter.java

License:Apache License

@Override
public Long marshal(MutableCounterLong v) throws Exception {
    return v.value();
}