Package | Description |
---|---|
org.pentaho.di.core.logging | |
org.pentaho.di.job | |
org.pentaho.di.trans |
Modifier and Type | Interface and Description |
---|---|
interface |
LogTablePluginInterface |
Modifier and Type | Class and Description |
---|---|
class |
ChannelLogTable
This class describes a logging channel logging table
|
class |
JobEntryLogTable
This class describes a job entry logging table
|
class |
JobLogTable
This class describes a job logging table
|
class |
MetricsLogTable
This class describes a logging channel logging table
|
class |
PerformanceLogTable
This class describes a step performance logging table
|
class |
StepLogTable
This class describes a step logging table
|
class |
TransLogTable
This class describes a transformation logging table
|
Modifier and Type | Field and Description |
---|---|
protected List<LogTableInterface> |
JobMeta.extraLogTables |
Modifier and Type | Method and Description |
---|---|
List<LogTableInterface> |
JobMeta.getExtraLogTables() |
List<LogTableInterface> |
JobMeta.getLogTables()
Gets the log tables.
|
Modifier and Type | Method and Description |
---|---|
void |
JobMeta.setExtraLogTables(List<LogTableInterface> extraLogTables) |
Modifier and Type | Method and Description |
---|---|
List<LogTableInterface> |
TransMeta.getLogTables()
Gets a list of the log tables (transformation, step, performance, channel) for the transformation.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.