public static class InputOutputFormatContainer.FormatUserCodeTable extends Object implements Serializable
InputFormat
and OutputFormat
code.Constructor and Description |
---|
FormatUserCodeTable() |
Modifier and Type | Method and Description |
---|---|
void |
addInputFormat(OperatorID operatorId,
UserCodeWrapper<? extends InputFormat<?,?>> wrapper) |
void |
addOutputFormat(OperatorID operatorId,
UserCodeWrapper<? extends OutputFormat<?>> wrapper) |
Map<OperatorID,UserCodeWrapper<? extends InputFormat<?,?>>> |
getInputFormats() |
Map<OperatorID,UserCodeWrapper<? extends OutputFormat<?>>> |
getOutputFormats() |
public void addInputFormat(OperatorID operatorId, UserCodeWrapper<? extends InputFormat<?,?>> wrapper)
public void addOutputFormat(OperatorID operatorId, UserCodeWrapper<? extends OutputFormat<?>> wrapper)
public Map<OperatorID,UserCodeWrapper<? extends InputFormat<?,?>>> getInputFormats()
public Map<OperatorID,UserCodeWrapper<? extends OutputFormat<?>>> getOutputFormats()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.