T - public class TypeSerializerInputFormat<T> extends org.apache.flink.api.common.io.BinaryInputFormat<T> implements ResultTypeQueryable<T>
org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInputorg.apache.flink.api.common.io.FileInputFormat.AbstractConfigBuilder<T>, org.apache.flink.api.common.io.FileInputFormat.ConfigBuilder, org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics, org.apache.flink.api.common.io.FileInputFormat.InputSplitOpenThread| Constructor and Description |
|---|
TypeSerializerInputFormat(org.apache.flink.api.common.typeinfo.TypeInformation<T> resultType) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
deserialize(T reuse,
org.apache.flink.core.memory.DataInputView dataInput) |
org.apache.flink.api.common.typeinfo.TypeInformation<T> |
getProducedType()
Gets the data type (as a
TypeInformation) produced by this function or input format. |
configure, createBlockInfo, createInputSplits, createStatistics, getFiles, getInputSplits, getStatistics, nextRecord, open, reachedEndacceptFile, close, configureFileFormat, decorateInputStream, extractFileExtension, getFilePath, getFileStats, getInflaterInputStreamFactory, getInputSplitAssigner, getMinSplitSize, getNumSplits, getOpenTimeout, getSplitLength, getSplitStart, registerInflaterInputStreamFactory, setFilePath, setFilePath, setMinSplitSize, setNumSplits, setOpenTimeout, testForUnsplittable, toStringpublic TypeSerializerInputFormat(org.apache.flink.api.common.typeinfo.TypeInformation<T> resultType)
protected T deserialize(T reuse, org.apache.flink.core.memory.DataInputView dataInput) throws IOException
deserialize in class org.apache.flink.api.common.io.BinaryInputFormat<T>IOExceptionpublic org.apache.flink.api.common.typeinfo.TypeInformation<T> getProducedType()
ResultTypeQueryableTypeInformation) produced by this function or input format.getProducedType in interface ResultTypeQueryable<T>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.