org.kitesdk.morphline.base
Class Metrics

java.lang.Object
  extended by org.kitesdk.morphline.base.Metrics

public final class Metrics
extends Object

Common metric names.


Field Summary
static String ELAPSED_TIME
           
static String MORPHLINE_APP
           
static String NUM_CACHE_HITS
           
static String NUM_CACHE_MISSES
           
static String NUM_EXCEPTION_RECORDS
           
static String NUM_FAILED_RECORDS
           
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

NUM_FAILED_RECORDS

public static final String NUM_FAILED_RECORDS
See Also:
Constant Field Values

NUM_EXCEPTION_RECORDS

public static final String NUM_EXCEPTION_RECORDS
See Also:
Constant Field Values

NUM_CACHE_HITS

public static final String NUM_CACHE_HITS
See Also:
Constant Field Values

NUM_CACHE_MISSES

public static final String NUM_CACHE_MISSES
See Also:
Constant Field Values

ELAPSED_TIME

public static final String ELAPSED_TIME
See Also:
Constant Field Values

MORPHLINE_APP

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

Metrics

public Metrics()


Copyright © 2013–2014. All rights reserved.