Uses of Interface
org.pentaho.di.core.changed.ChangedFlagInterface
-
-
Uses of ChangedFlagInterface in org.pentaho.di.base
Classes in org.pentaho.di.base that implement ChangedFlagInterface Modifier and Type Class Description classAbstractMeta -
Uses of ChangedFlagInterface in org.pentaho.di.cluster
Classes in org.pentaho.di.cluster that implement ChangedFlagInterface Modifier and Type Class Description classClusterSchemaA cluster schema combines a list of slave servers so that they can be set altogether.classSlaveServer -
Uses of ChangedFlagInterface in org.pentaho.di.core.changed
Classes in org.pentaho.di.core.changed that implement ChangedFlagInterface Modifier and Type Class Description classChangedFlagMethods in org.pentaho.di.core.changed with parameters of type ChangedFlagInterface Modifier and Type Method Description voidPDIObserver. update(ChangedFlagInterface o, Object arg) -
Uses of ChangedFlagInterface in org.pentaho.di.job
Classes in org.pentaho.di.job that implement ChangedFlagInterface Modifier and Type Class Description classJobMetaThe definition of a PDI job is represented by a JobMeta object. -
Uses of ChangedFlagInterface in org.pentaho.di.job.entry
Classes in org.pentaho.di.job.entry that implement ChangedFlagInterface Modifier and Type Class Description classJobEntryCopyThis 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
Classes in org.pentaho.di.partition that implement ChangedFlagInterface Modifier and Type Class Description classPartitionSchemaA 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
Classes in org.pentaho.di.trans that implement ChangedFlagInterface Modifier and Type Class Description classTransMetaThis 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
Classes in org.pentaho.di.trans.step that implement ChangedFlagInterface Modifier and Type Class Description classStepErrorMetaThis class contains the metadata to handle proper error handling on a step level.
-