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 ChangedFlag
AbstractMeta. changedFlag
-
Uses of ChangedFlag in org.pentaho.di.cluster
Subclasses of ChangedFlag in org.pentaho.di.cluster Modifier and Type Class Description class
ClusterSchema
A cluster schema combines a list of slave servers so that they can be set altogether.class
SlaveServer
-
Uses of ChangedFlag in org.pentaho.di.partition
Subclasses of ChangedFlag in org.pentaho.di.partition Modifier and Type Class Description class
PartitionSchema
A 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 class
StepErrorMeta
This class contains the metadata to handle proper error handling on a step level.
-