Interface OperatorPipelineV3
- All Known Subinterfaces:
Collector
,Executor
,Formatter
,Loader
,Operator
,SupportsAggregation
,SupportsCopyToLocal
,SupportsFileLocalization
,SupportsHadoopDFS
,SupportsOrdering
,SupportsReadPartitions
,SupportsRepartitioning
,SupportsSaveToBLOB
,SupportsSaveToHTTP
,SupportsSaveToJDBC
,SupportsScanPartitions
,SupportsTableLocalization
,SupportsUDF1<T1,
,R> SupportsUDF2<T1,
,T2, R> SupportsUDF3<T1,
,T2, T3, R> SupportsUDF4<T1,
,T2, T3, T4, R> SupportsUDF5<T1,
,T2, T3, T4, T5, R> Transformer
,Writer
public interface OperatorPipelineV3
The base contract interface for SeqsLab operator pipeline v3.
Note that this is an empty interface. Operator implementations should mix-in at least
one of the operator feature interfaces such as SupportsPartitioning and SupportsReadingDataset.