Package | Description |
---|---|
org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
org.pentaho.di.repository.filerep | |
org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
Modifier and Type | Method and Description |
---|---|
static ChannelLogTable |
ChannelLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space,
HasDatabasesInterface databasesInterface) |
static JobLogTable |
JobLogTable.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 JobEntryLogTable |
JobEntryLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space,
HasDatabasesInterface databasesInterface) |
static MetricsLogTable |
MetricsLogTable.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) |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
JobMeta
The definition of a PDI job is represented by a JobMeta object.
|
Modifier and Type | Method and Description |
---|---|
void |
KettleFileRepository.readDatabases(HasDatabasesInterface transMeta,
boolean overWriteShared)
Read all the databases from the repository, insert into the has databases object, overwriting optionally
|
Modifier and Type | Class and 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.
|