T - @PublicEvolving
public class TypeSerializerInputFormat<T>
extends org.apache.flink.api.common.io.BinaryInputFormat<T>
implements org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>
| 构造器和说明 |
|---|
TypeSerializerInputFormat(org.apache.flink.api.common.typeinfo.TypeInformation<T> resultType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected T |
deserialize(T reuse,
org.apache.flink.core.memory.DataInputView dataInput) |
org.apache.flink.api.common.typeinfo.TypeInformation<T> |
getProducedType() |
configure, createBlockInfo, createInputSplits, createStatistics, getBlockSize, getCurrentState, getFiles, getInputSplits, getStatistics, nextRecord, open, reachedEnd, reopen, setBlockSizeacceptFile, close, decorateInputStream, extractFileExtension, getFilePath, getFilePaths, getFileStats, getFileStats, getInflaterInputStreamFactory, getInputSplitAssigner, getMinSplitSize, getNestedFileEnumeration, getNumSplits, getOpenTimeout, getSplitLength, getSplitStart, registerInflaterInputStreamFactory, setFilePath, setFilePath, setFilePaths, setFilePaths, setFilesFilter, setMinSplitSize, setNestedFileEnumeration, setNumSplits, setOpenTimeout, supportsMultiPaths, 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 在类中 org.apache.flink.api.common.io.BinaryInputFormat<T>IOExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.