Uses of Interface
org.pentaho.di.trans.Partitioner
-
Packages that use Partitioner Package Description org.pentaho.di.trans org.pentaho.di.trans.step -
-
Uses of Partitioner in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement Partitioner Modifier and Type Class Description classBasePartitionerImplements common functionality needed by partitioner plugins.classModPartitionerMethods in org.pentaho.di.trans that return Partitioner Modifier and Type Method Description PartitionerBasePartitioner. clone()PartitionerPartitioner. clone()Clone.abstract PartitionerBasePartitioner. getInstance()PartitionerModPartitioner. getInstance()PartitionerPartitioner. getInstance()Gets the single instance of Partitioner. -
Uses of Partitioner in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return Partitioner Modifier and Type Method Description PartitionerStepPartitioningMeta. getPartitioner()Methods in org.pentaho.di.trans.step with parameters of type Partitioner Modifier and Type Method Description voidStepPartitioningMeta. setPartitioner(Partitioner partitioner)
-