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 class
BasePartitioner
Implements common functionality needed by partitioner plugins.class
ModPartitioner
Methods in org.pentaho.di.trans that return Partitioner Modifier and Type Method Description Partitioner
BasePartitioner. clone()
Partitioner
Partitioner. clone()
Clone.abstract Partitioner
BasePartitioner. getInstance()
Partitioner
ModPartitioner. getInstance()
Partitioner
Partitioner. 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 Partitioner
StepPartitioningMeta. getPartitioner()
Methods in org.pentaho.di.trans.step with parameters of type Partitioner Modifier and Type Method Description void
StepPartitioningMeta. setPartitioner(Partitioner partitioner)
-