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