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
           
 class ModPartitioner
           
 

Methods in org.pentaho.di.trans that return Partitioner
 Partitioner Partitioner.clone()
           
 Partitioner BasePartitioner.clone()
           
 Partitioner Partitioner.getInstance()
           
 Partitioner ModPartitioner.getInstance()
           
abstract  Partitioner BasePartitioner.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)