| 程序包 | 说明 |
|---|---|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| org.pentaho.di.trans.step.errorhandling |
| 限定符和类型 | 方法和说明 |
|---|---|
StreamInterface.StreamType |
TransPainter.getCandidateHopType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TransPainter.setCandidateHopType(StreamInterface.StreamType candidateHopType) |
| 限定符和类型 | 方法和说明 |
|---|---|
StreamInterface.StreamType |
StreamInterface.getStreamType() |
StreamInterface.StreamType |
Stream.getStreamType() |
static StreamInterface.StreamType |
StreamInterface.StreamType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StreamInterface.StreamType[] |
StreamInterface.StreamType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StreamInterface.setStreamType(StreamInterface.StreamType streamType) |
void |
Stream.setStreamType(StreamInterface.StreamType streamType) |
| 构造器和说明 |
|---|
Stream(StreamInterface.StreamType streamType,
StepMeta stepMeta,
String description,
StreamIcon streamIcon,
Object subject) |
Copyright © 2024 Hitachi Vantara. All rights reserved.