com.cloudera.cdk.morphline.base
Class Metrics

java.lang.Object
  extended by com.cloudera.cdk.morphline.base.Metrics

public final class Metrics
extends Object

Common metric names.


Field Summary
static String ELAPSED_TIME
           
static String NUM_NOTIFY_CALLS
           
static String NUM_PROCESS_CALLS
           
static String NUM_RECORDS
           
 
Constructor Summary
Metrics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_PROCESS_CALLS

public static final String NUM_PROCESS_CALLS
See Also:
Constant Field Values

NUM_NOTIFY_CALLS

public static final String NUM_NOTIFY_CALLS
See Also:
Constant Field Values

NUM_RECORDS

public static final String NUM_RECORDS
See Also:
Constant Field Values

ELAPSED_TIME

public static final String ELAPSED_TIME
See Also:
Constant Field Values
Constructor Detail

Metrics

public Metrics()


Copyright © 2013 Cloudera. All rights reserved.