Example usage for org.apache.hadoop.mapred Counters.Counter subclass-usage

List of usage examples for org.apache.hadoop.mapred Counters.Counter subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred Counters.Counter subclass-usage.

Usage

From source file org.apache.ignite.internal.processors.hadoop.impl.v1.HadoopV1Counter.java

/**
 * Hadoop counter implementation for v1 API.
 */
public class HadoopV1Counter extends Counters.Counter {
    /** Delegate. */
    private final HadoopLongCounter cntr;

From source file org.apache.ignite.internal.processors.hadoop.v1.GridHadoopV1Counter.java

/**
 * Hadoop counter implementation for v1 API.
 */
public class GridHadoopV1Counter extends Counters.Counter {
    /** Delegate. */
    private final GridHadoopLongCounter cntr;

From source file org.apache.ignite.internal.processors.hadoop.v1.HadoopV1Counter.java

/**
 * Hadoop counter implementation for v1 API.
 */
public class HadoopV1Counter extends Counters.Counter {
    /** Delegate. */
    private final HadoopLongCounter cntr;

From source file org.gridgain.grid.kernal.processors.hadoop.v1.GridHadoopV1Counter.java

/**
 * Hadoop counter implementation for v1 API.
 */
public class GridHadoopV1Counter extends Counters.Counter {
    /** Delegate. */
    private final GridHadoopLongCounter cntr;