Uses of Class
org.pentaho.di.trans.step.StepPartitioningMeta

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

Uses of StepPartitioningMeta in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return StepPartitioningMeta
 StepPartitioningMeta BasePartitioner.getMeta()
           
 

Methods in org.pentaho.di.trans with parameters of type StepPartitioningMeta
 void Partitioner.setMeta(StepPartitioningMeta meta)
           
 void BasePartitioner.setMeta(StepPartitioningMeta meta)
           
 

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

Methods in org.pentaho.di.trans.step that return StepPartitioningMeta
 StepPartitioningMeta StepPartitioningMeta.clone()
           
 StepPartitioningMeta StepMeta.getStepPartitioningMeta()
           
 StepPartitioningMeta StepMeta.getTargetStepPartitioningMeta()
           
 

Methods in org.pentaho.di.trans.step with parameters of type StepPartitioningMeta
 void StepMeta.setStepPartitioningMeta(StepPartitioningMeta stepPartitioningMeta)
           
 void StepMeta.setTargetStepPartitioningMeta(StepPartitioningMeta targetStepPartitioningMeta)