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 TypeMethodDescriptionvoid
clear()
void
clearCounter
(String name) getCounter
(String name) static Counters
void
setCounter
(String name, Counter counter)
-
Method Details
-
getInstance
-
getCounter
-
setCounter
-
clearCounter
-
clear
public void clear()
-