Uses of Class
org.pentaho.di.base.AbstractMeta
Packages that use AbstractMeta
Package
Description
-
Uses of AbstractMeta in org.pentaho.di.base
Classes in org.pentaho.di.base with type parameters of type AbstractMetaModifier and TypeClassDescriptionclassMetaFileCacheImpl.MetaFileCacheEntry<T extends AbstractMeta>Fields in org.pentaho.di.base with type parameters of type AbstractMetaModifier and TypeFieldDescriptionprotected Map<String,MetaFileCacheImpl.MetaFileCacheEntry<? extends AbstractMeta>> MetaFileCacheImpl.cacheMapMethods in org.pentaho.di.base with parameters of type AbstractMetaModifier and TypeMethodDescriptionprotected 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 AbstractMetaModifier and TypeMethodDescriptionBaseLogTable.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 AbstractMetaModifier and TypeMethodDescriptionstatic 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.jobModifier and TypeClassDescriptionclassThe 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.transModifier and TypeClassDescriptionclassThis 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 AbstractMetaModifierConstructorDescriptionNamedClusterEmbedManager(AbstractMeta meta, org.pentaho.di.core.logging.LogChannelInterface log) Class creates an embedded metastores for NamedClusters