Uses of Class
org.pentaho.di.base.AbstractMeta
-
Packages that use AbstractMeta Package Description org.pentaho.di.base org.pentaho.di.core.logging org.pentaho.di.core.util org.pentaho.di.job org.pentaho.di.trans org.pentaho.di.trans.steps.named.cluster -
-
Uses of AbstractMeta in org.pentaho.di.base
Classes in org.pentaho.di.base with type parameters of type AbstractMeta Modifier and Type Class Description classMetaFileCacheImpl.MetaFileCacheEntry<T extends AbstractMeta>Fields in org.pentaho.di.base with type parameters of type AbstractMeta Modifier and Type Field Description protected Map<String,MetaFileCacheImpl.MetaFileCacheEntry<? extends AbstractMeta>>MetaFileCacheImpl. cacheMapMethods in org.pentaho.di.base with parameters of type AbstractMeta Modifier and Type Method Description protected intAbstractMeta. compare(AbstractMeta meta1, AbstractMeta meta2) -
Uses of AbstractMeta in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging with parameters of type AbstractMeta Modifier and Type Method Description StringBuilderBaseLogTable. generateTableSQL(LogTableInterface logTable, AbstractMeta meta)default StringBuilderLogTableInterface. generateTableSQL(LogTableInterface logTable, AbstractMeta transMeta)Generate DDL necessary to create the log table or alter the existing table to the present specification -
Uses of AbstractMeta in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util with parameters of type AbstractMeta Modifier and Type Method Description static voidConnectionUtil. init(AbstractMeta meta)Initialize the connected meta store with embedded named connections -
Uses of AbstractMeta in org.pentaho.di.job
Subclasses of AbstractMeta in org.pentaho.di.job Modifier and Type Class Description classJobMetaThe definition of a PDI job is represented by a JobMeta object. -
Uses of AbstractMeta in org.pentaho.di.trans
Subclasses of AbstractMeta in org.pentaho.di.trans 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 AbstractMeta in org.pentaho.di.trans.steps.named.cluster
Constructors in org.pentaho.di.trans.steps.named.cluster with parameters of type AbstractMeta Constructor Description NamedClusterEmbedManager(AbstractMeta meta, org.pentaho.di.core.logging.LogChannelInterface log)Class creates an embedded metastores for NamedClusters
-