|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.core.Counters
public class Counters
This class contains the counters for Kettle, the transformations, jobs and also the repository.
Method Summary | |
---|---|
void |
clear()
|
void |
clearCounter(String name)
|
Counter |
getCounter(String name)
|
static Counters |
getInstance()
|
void |
setCounter(String name,
Counter counter)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final Counters getInstance()
public Counter getCounter(String name)
public void setCounter(String name, Counter counter)
public void clearCounter(String name)
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |