Uses of Class
org.pentaho.di.trans.step.StepPartitioningMeta
-
Packages that use StepPartitioningMeta Package Description org.pentaho.di.repository.kdr.delegates org.pentaho.di.trans org.pentaho.di.trans.step -
-
Uses of StepPartitioningMeta in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return StepPartitioningMeta Modifier and Type Method Description StepPartitioningMetaKettleDatabaseRepositoryStepDelegate. loadStepPartitioningMeta(org.pentaho.di.repository.ObjectId id_step)Methods in org.pentaho.di.repository.kdr.delegates with parameters of type StepPartitioningMeta Modifier and Type Method Description voidKettleDatabaseRepositoryStepDelegate. saveStepPartitioningMeta(StepPartitioningMeta meta, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step)Saves partitioning properties in the repository for the given step. -
Uses of StepPartitioningMeta in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as StepPartitioningMeta Modifier and Type Field Description protected StepPartitioningMetaBasePartitioner. metaMethods in org.pentaho.di.trans that return StepPartitioningMeta Modifier and Type Method Description StepPartitioningMetaBasePartitioner. getMeta()Gets the meta.Methods in org.pentaho.di.trans with parameters of type StepPartitioningMeta Modifier and Type Method Description voidBasePartitioner. setMeta(StepPartitioningMeta meta)voidPartitioner. 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 Modifier and Type Method Description StepPartitioningMetaStepPartitioningMeta. clone()StepPartitioningMetaStepMeta. getStepPartitioningMeta()StepPartitioningMetaStepMeta. getTargetStepPartitioningMeta()Methods in org.pentaho.di.trans.step with parameters of type StepPartitioningMeta Modifier and Type Method Description voidStepMeta. setStepPartitioningMeta(StepPartitioningMeta stepPartitioningMeta)voidStepMeta. setTargetStepPartitioningMeta(StepPartitioningMeta targetStepPartitioningMeta)
-