Uses of Interface
org.pentaho.di.trans.HasDatabasesInterface
-
Packages that use HasDatabasesInterface Package Description org.pentaho.di.base org.pentaho.di.core.logging org.pentaho.di.job org.pentaho.di.repository.filerep org.pentaho.di.trans -
-
Uses of HasDatabasesInterface in org.pentaho.di.base
Classes in org.pentaho.di.base that implement HasDatabasesInterface Modifier and Type Class Description class
AbstractMeta
-
Uses of HasDatabasesInterface in org.pentaho.di.core.logging
Fields in org.pentaho.di.core.logging declared as HasDatabasesInterface Modifier and Type Field Description protected HasDatabasesInterface
BaseLogTable. databasesInterface
Methods in org.pentaho.di.core.logging with parameters of type HasDatabasesInterface Modifier and Type Method Description static ChannelLogTable
ChannelLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
static JobEntryLogTable
JobEntryLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
static JobLogTable
JobLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
static MetricsLogTable
MetricsLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
static PerformanceLogTable
PerformanceLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
static StepLogTable
StepLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
static TransLogTable
TransLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps)
void
LogTablePluginInterface. setContext(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface jobMeta)
Constructors in org.pentaho.di.core.logging with parameters of type HasDatabasesInterface Constructor Description BaseLogTable(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, String connectionName, String schemaName, String tableName)
TransLogTable(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps)
-
Uses of HasDatabasesInterface in org.pentaho.di.job
Classes in org.pentaho.di.job that implement HasDatabasesInterface Modifier and Type Class Description class
JobMeta
The definition of a PDI job is represented by a JobMeta object. -
Uses of HasDatabasesInterface in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep with parameters of type HasDatabasesInterface Modifier and Type Method Description void
KettleFileRepository. readDatabases(HasDatabasesInterface transMeta, boolean overWriteShared)
Read all the databases from the repository, insert into the has databases object, overwriting optionally -
Uses of HasDatabasesInterface in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement HasDatabasesInterface Modifier and Type Class Description class
TransMeta
This 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.
-