Uses of Interface
org.pentaho.di.trans.step.errorhandling.StreamInterface
-
-
Uses of StreamInterface in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return StreamInterface Modifier and Type Method Description StreamInterfaceStepIOMeta. findInfoStream(StepMeta infoStep)StreamInterfaceStepIOMetaInterface. findInfoStream(StepMeta infoStep)StreamInterfaceStepIOMeta. findTargetStream(StepMeta targetStep)StreamInterfaceStepIOMetaInterface. findTargetStream(StepMeta targetStep)Methods in org.pentaho.di.trans.step that return types with arguments of type StreamInterface Modifier and Type Method Description List<StreamInterface>StepIOMeta. getInfoStreams()List<StreamInterface>StepIOMetaInterface. getInfoStreams()List<StreamInterface>BaseStepMeta. getOptionalStreams()List<StreamInterface>StepMetaInterface. getOptionalStreams()List<StreamInterface>StepIOMeta. getTargetStreams()List<StreamInterface>StepIOMetaInterface. getTargetStreams()Methods in org.pentaho.di.trans.step with parameters of type StreamInterface Modifier and Type Method Description voidStepIOMeta. addStream(StreamInterface stream)voidStepIOMetaInterface. addStream(StreamInterface stream)Add a stream to the steps I/O interfacevoidBaseStepMeta. handleStreamSelection(StreamInterface stream)When an optional stream is selected, this method is called to handled the ETL metadata implications of that.voidStepMetaInterface. 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
Classes in org.pentaho.di.trans.step.errorhandling that implement StreamInterface Modifier and Type Class Description classStreamConstructors in org.pentaho.di.trans.step.errorhandling with parameters of type StreamInterface Constructor Description Stream(StreamInterface stream) -
Uses of StreamInterface in org.pentaho.di.trans.steps.filterrows
Methods in org.pentaho.di.trans.steps.filterrows with parameters of type StreamInterface Modifier and Type Method Description voidFilterRowsMeta. 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
Fields in org.pentaho.di.trans.steps.fuzzymatch declared as StreamInterface Modifier and Type Field Description StreamInterfaceFuzzyMatchData. infoStream -
Uses of StreamInterface in org.pentaho.di.trans.steps.jobexecutor
Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type StreamInterface Modifier and Type Method Description voidJobExecutorMeta. 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
Fields in org.pentaho.di.trans.steps.streamlookup declared as StreamInterface Modifier and Type Field Description StreamInterfaceStreamLookupData. infoStream -
Uses of StreamInterface in org.pentaho.di.trans.steps.switchcase
Methods in org.pentaho.di.trans.steps.switchcase that return types with arguments of type StreamInterface Modifier and Type Method Description List<StreamInterface>SwitchCaseMeta. getOptionalStreams()Methods in org.pentaho.di.trans.steps.switchcase with parameters of type StreamInterface Modifier and Type Method Description voidSwitchCaseMeta. handleStreamSelection(StreamInterface stream) -
Uses of StreamInterface in org.pentaho.di.trans.steps.tableinput
Fields in org.pentaho.di.trans.steps.tableinput declared as StreamInterface Modifier and Type Field Description StreamInterfaceTableInputData. infoStream -
Uses of StreamInterface in org.pentaho.di.trans.steps.transexecutor
Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type StreamInterface Modifier and Type Method Description voidTransExecutorMeta. 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
Methods in org.pentaho.di.trans.steps.validator that return types with arguments of type StreamInterface Modifier and Type Method Description List<StreamInterface>ValidatorMeta. getOptionalStreams()Methods in org.pentaho.di.trans.steps.validator with parameters of type StreamInterface Modifier and Type Method Description voidValidatorMeta. handleStreamSelection(StreamInterface stream)
-