Package org.pentaho.di.core
Class Counters
- java.lang.Object
-
- org.pentaho.di.core.Counters
-
public class Counters extends Object
This class contains the counters for Kettle, the transformations, jobs and also the repository.- Since:
- 17-apr-2005
- Author:
- Matt
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
void
clearCounter(String name)
Counter
getCounter(String name)
static Counters
getInstance()
void
setCounter(String name, Counter counter)
-