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

Packages that use StepPartitioningMeta
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
org.pentaho.di.ui.spoon.delegates   
org.pentaho.di.ui.trans.dialog   
 

Uses of StepPartitioningMeta in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return StepPartitioningMeta
 StepPartitioningMeta KettleDatabaseRepositoryStepDelegate.loadStepPartitioningMeta(ObjectId id_step)
           
 

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type StepPartitioningMeta
 void KettleDatabaseRepositoryStepDelegate.saveStepPartitioningMeta(StepPartitioningMeta meta, ObjectId id_transformation, ObjectId id_step)
          Saves partitioning properties in the repository for the given step.
 

Uses of StepPartitioningMeta in org.pentaho.di.trans
 

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

Methods in org.pentaho.di.trans with parameters of type StepPartitioningMeta
 void BasePartitioner.setMeta(StepPartitioningMeta meta)
           
 void Partitioner.setMeta(StepPartitioningMeta meta)
          Sets the 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)
           
 

Uses of StepPartitioningMeta in org.pentaho.di.ui.spoon.delegates
 

Methods in org.pentaho.di.ui.spoon.delegates with parameters of type StepPartitioningMeta
 StepDialogInterface SpoonStepsDelegate.getPartitionerDialog(StepMeta stepMeta, StepPartitioningMeta partitioningMeta, TransMeta transMeta)
           
 

Uses of StepPartitioningMeta in org.pentaho.di.ui.trans.dialog
 

Constructors in org.pentaho.di.ui.trans.dialog with parameters of type StepPartitioningMeta
ModPartitionerDialog(Shell parent, StepMeta stepMeta, StepPartitioningMeta partitioningMeta, TransMeta transMeta)