Modifier and Type | Method and Description |
---|---|
StreamInterface |
StepIOMetaInterface.findInfoStream(StepMeta infoStep) |
StreamInterface |
StepIOMeta.findInfoStream(StepMeta infoStep) |
StreamInterface |
StepIOMetaInterface.findTargetStream(StepMeta targetStep) |
StreamInterface |
StepIOMeta.findTargetStream(StepMeta targetStep) |
Modifier and Type | Method and Description |
---|---|
List<StreamInterface> |
StepIOMetaInterface.getInfoStreams() |
List<StreamInterface> |
StepIOMeta.getInfoStreams() |
List<StreamInterface> |
StepMetaInterface.getOptionalStreams() |
List<StreamInterface> |
BaseStepMeta.getOptionalStreams() |
List<StreamInterface> |
StepIOMetaInterface.getTargetStreams() |
List<StreamInterface> |
StepIOMeta.getTargetStreams() |
Modifier and Type | Method and Description |
---|---|
void |
StepIOMetaInterface.addStream(StreamInterface stream)
Add a stream to the steps I/O interface
|
void |
StepIOMeta.addStream(StreamInterface stream) |
void |
StepMetaInterface.handleStreamSelection(StreamInterface stream)
When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
|
void |
BaseStepMeta.handleStreamSelection(StreamInterface stream)
When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
|
Modifier and Type | Class and Description |
---|---|
class |
Stream |
Constructor and Description |
---|
Stream(StreamInterface stream) |
Modifier and Type | Method and Description |
---|---|
void |
FilterRowsMeta.handleStreamSelection(StreamInterface stream)
When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
|
Modifier and Type | Field and Description |
---|---|
StreamInterface |
FuzzyMatchData.infoStream |
Modifier and Type | Method and Description |
---|---|
void |
JobExecutorMeta.handleStreamSelection(StreamInterface stream)
When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
|
Modifier and Type | Field and Description |
---|---|
StreamInterface |
StreamLookupData.infoStream |
Modifier and Type | Method and Description |
---|---|
List<StreamInterface> |
SwitchCaseMeta.getOptionalStreams() |
Modifier and Type | Method and Description |
---|---|
void |
SwitchCaseMeta.handleStreamSelection(StreamInterface stream) |
Modifier and Type | Field and Description |
---|---|
StreamInterface |
TableInputData.infoStream |
Modifier and Type | Method and Description |
---|---|
void |
TransExecutorMeta.handleStreamSelection(StreamInterface stream)
When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
|
Modifier and Type | Method and Description |
---|---|
List<StreamInterface> |
ValidatorMeta.getOptionalStreams() |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorMeta.handleStreamSelection(StreamInterface stream) |
Copyright © 2018 Hitachi Vantara. All rights reserved.