Uses of Interface
org.pentaho.di.trans.step.errorhandling.StreamInterface
Package
Description
-
Uses of StreamInterface in org.pentaho.di.trans.step
Modifier and TypeMethodDescriptionStepIOMeta.findInfoStream
(StepMeta infoStep) StepIOMetaInterface.findInfoStream
(StepMeta infoStep) StepIOMeta.findTargetStream
(StepMeta targetStep) StepIOMetaInterface.findTargetStream
(StepMeta targetStep) Modifier and TypeMethodDescriptionStepIOMeta.getInfoStreams()
StepIOMetaInterface.getInfoStreams()
BaseStepMeta.getOptionalStreams()
StepMetaInterface.getOptionalStreams()
StepIOMeta.getTargetStreams()
StepIOMetaInterface.getTargetStreams()
Modifier and TypeMethodDescriptionvoid
StepIOMeta.addStream
(StreamInterface stream) void
StepIOMetaInterface.addStream
(StreamInterface stream) Add a stream to the steps I/O interfacevoid
BaseStepMeta.handleStreamSelection
(StreamInterface stream) When an optional stream is selected, this method is called to handled the ETL metadata implications of that.void
StepMetaInterface.handleStreamSelection
(StreamInterface stream) When an optional stream is selected, this method is called to handled the ETL metadata implications of that. -
Uses of StreamInterface in org.pentaho.di.trans.step.errorhandling
-
Uses of StreamInterface in org.pentaho.di.trans.steps.filterrows
Modifier and TypeMethodDescriptionvoid
FilterRowsMeta.handleStreamSelection
(StreamInterface stream) When an optional stream is selected, this method is called to handled the ETL metadata implications of that. -
Uses of StreamInterface in org.pentaho.di.trans.steps.fuzzymatch
-
Uses of StreamInterface in org.pentaho.di.trans.steps.jobexecutor
Modifier and TypeMethodDescriptionvoid
JobExecutorMeta.handleStreamSelection
(StreamInterface stream) When an optional stream is selected, this method is called to handled the ETL metadata implications of that. -
Uses of StreamInterface in org.pentaho.di.trans.steps.streamlookup
-
Uses of StreamInterface in org.pentaho.di.trans.steps.switchcase
Modifier and TypeMethodDescriptionvoid
SwitchCaseMeta.handleStreamSelection
(StreamInterface stream) -
Uses of StreamInterface in org.pentaho.di.trans.steps.tableinput
-
Uses of StreamInterface in org.pentaho.di.trans.steps.transexecutor
Modifier and TypeMethodDescriptionvoid
TransExecutorMeta.handleStreamSelection
(StreamInterface stream) When an optional stream is selected, this method is called to handled the ETL metadata implications of that. -
Uses of StreamInterface in org.pentaho.di.trans.steps.validator
Modifier and TypeMethodDescriptionvoid
ValidatorMeta.handleStreamSelection
(StreamInterface stream)