All Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
InputOutputFormatContainer |
addInputFormat(OperatorID operatorId,
InputFormat<?,?> inputFormat) |
|
InputOutputFormatContainer |
addInputFormat(OperatorID operatorId,
UserCodeWrapper<? extends InputFormat<?,?>> wrapper) |
|
InputOutputFormatContainer |
addOutputFormat(OperatorID operatorId,
OutputFormat<?> outputFormat) |
|
InputOutputFormatContainer |
addOutputFormat(OperatorID operatorId,
UserCodeWrapper<? extends OutputFormat<?>> wrapper) |
|
InputOutputFormatContainer |
addParameters(OperatorID operatorId,
String key,
String value) |
|
InputOutputFormatContainer |
addParameters(OperatorID operatorId,
Configuration parameters) |
|
Map<OperatorID,UserCodeWrapper<? extends InputFormat<?,?>>> |
getInputFormats() |
|
Map<OperatorID,UserCodeWrapper<? extends OutputFormat<?>>> |
getOutputFormats() |
|
Configuration |
getParameters(OperatorID operatorId) |
|
<OT,T extends InputSplit> org.apache.commons.lang3.tuple.Pair<OperatorID,InputFormat<OT,T>> |
getUniqueInputFormat() |
|
<IT> org.apache.commons.lang3.tuple.Pair<OperatorID,OutputFormat<IT>> |
getUniqueOutputFormat() |
|
void |
write(TaskConfig config) |
|