| 程序包 | 说明 |
|---|---|
| org.pentaho.di.core.logging | |
| org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
LogTablePluginInterface |
| 限定符和类型 | 类和说明 |
|---|---|
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
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<LogTableInterface> |
JobMeta.extraLogTables |
| 限定符和类型 | 方法和说明 |
|---|---|
List<LogTableInterface> |
JobMeta.getExtraLogTables() |
List<LogTableInterface> |
JobMeta.getLogTables()
Gets the log tables.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JobMeta.setExtraLogTables(List<LogTableInterface> extraLogTables) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<LogTableInterface> |
TransMeta.getLogTables()
Gets a list of the log tables (transformation, step, performance, channel) for the transformation.
|
Copyright © 2024 Hitachi Vantara. All rights reserved.