Uses of Class
org.pentaho.di.core.changed.ChangedFlag
-
Packages that use ChangedFlag Package Description org.pentaho.di.base org.pentaho.di.cluster org.pentaho.di.partition org.pentaho.di.trans.step -
-
Uses of ChangedFlag in org.pentaho.di.base
Fields in org.pentaho.di.base declared as ChangedFlag Modifier and Type Field Description protected ChangedFlagAbstractMeta. changedFlag -
Uses of ChangedFlag in org.pentaho.di.cluster
Subclasses of ChangedFlag in org.pentaho.di.cluster Modifier and Type Class Description classClusterSchemaA cluster schema combines a list of slave servers so that they can be set altogether.classSlaveServer -
Uses of ChangedFlag in org.pentaho.di.partition
Subclasses of ChangedFlag in org.pentaho.di.partition 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 ChangedFlag in org.pentaho.di.trans.step
Subclasses of ChangedFlag in org.pentaho.di.trans.step Modifier and Type Class Description classStepErrorMetaThis class contains the metadata to handle proper error handling on a step level.
-