Uses of Interface
org.pentaho.di.core.changed.ChangedFlagInterface
Package
Description
-
Uses of ChangedFlagInterface in org.pentaho.di.base
-
Uses of ChangedFlagInterface in org.pentaho.di.cluster
Modifier and TypeClassDescriptionclass
A cluster schema combines a list of slave servers so that they can be set altogether.class
-
Uses of ChangedFlagInterface in org.pentaho.di.core.changed
-
Uses of ChangedFlagInterface in org.pentaho.di.job
Modifier and TypeClassDescriptionclass
The definition of a PDI job is represented by a JobMeta object. -
Uses of ChangedFlagInterface in org.pentaho.di.job.entry
Modifier and TypeClassDescriptionclass
This class describes the fact that a single JobEntry can be used multiple times in the same Job. -
Uses of ChangedFlagInterface in org.pentaho.di.partition
Modifier and TypeClassDescriptionclass
A partition schema allow you to partition a step according into a number of partitions that run independendly. -
Uses of ChangedFlagInterface in org.pentaho.di.trans
Modifier and TypeClassDescriptionclass
This class defines information about a transformation and offers methods to save and load it from XML or a PDI database repository, as well as methods to alter a transformation by adding/removing databases, steps, hops, etc. -
Uses of ChangedFlagInterface in org.pentaho.di.trans.step
Modifier and TypeClassDescriptionclass
This class contains the metadata to handle proper error handling on a step level.