@Public
public interface InputTypeConfigurable
OutputFormats can implement this interface to be configured
with the data type they will operate on. The method {@link #setInputType(TypeInformation, ExecutionConfig)
will be called when the output format is used with an output API method.| Modifier and Type | Method and Description |
|---|---|
void |
setInputType(TypeInformation<?> type,
ExecutionConfig executionConfig)
Method that is called on an
OutputFormat when it is passed to
the DataSet's output method. |
void setInputType(TypeInformation<?> type, ExecutionConfig executionConfig)
OutputFormat when it is passed to
the DataSet's output method. May be used to configures the output format based on the data type.type - The data type of the input.executionConfig - The execution config for this parallel execution.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.