Uses of Interface
org.pentaho.di.trans.Partitioner

Packages that use Partitioner
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
 

Uses of Partitioner in org.pentaho.di.trans
 

Classes in org.pentaho.di.trans that implement Partitioner
 class BasePartitioner
          Implements common functionality needed by partitioner plugins.
 class ModPartitioner
           
 

Methods in org.pentaho.di.trans that return Partitioner
 Partitioner BasePartitioner.clone()
           
 Partitioner Partitioner.clone()
          Clone.
abstract  Partitioner BasePartitioner.getInstance()
           
 Partitioner Partitioner.getInstance()
          Gets the single instance of Partitioner.
 Partitioner ModPartitioner.getInstance()
           
 

Uses of Partitioner in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return Partitioner
 Partitioner StepPartitioningMeta.getPartitioner()
           
 

Methods in org.pentaho.di.trans.step with parameters of type Partitioner
 void StepPartitioningMeta.setPartitioner(Partitioner partitioner)