org.pentaho.di.core
Class Counters

java.lang.Object
  extended by 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
 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

getInstance

public static final Counters getInstance()

getCounter

public Counter getCounter(String name)

setCounter

public void setCounter(String name,
                       Counter counter)

clearCounter

public void clearCounter(String name)

clear

public void clear()