| Package | Description |
|---|---|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| org.pentaho.di.trans.step |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePartitioner
Implements common functionality needed by partitioner plugins.
|
class |
ModPartitioner |
| Modifier and Type | Method and Description |
|---|---|
Partitioner |
BasePartitioner.clone() |
Partitioner |
Partitioner.clone()
Clone.
|
abstract Partitioner |
BasePartitioner.getInstance() |
Partitioner |
Partitioner.getInstance()
Gets the single instance of Partitioner.
|
Partitioner |
ModPartitioner.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
Partitioner |
StepPartitioningMeta.getPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
void |
StepPartitioningMeta.setPartitioner(Partitioner partitioner) |