T - @Deprecated @PublicEvolving public class TypeSerializerInputFormat<T> extends org.apache.flink.api.common.io.BinaryInputFormat<T> implements org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>
| Constructor and Description |
|---|
TypeSerializerInputFormat(org.apache.flink.api.common.typeinfo.TypeInformation<T> resultType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
deserialize(T reuse,
org.apache.flink.core.memory.DataInputView dataInput)
Deprecated.
|
org.apache.flink.api.common.typeinfo.TypeInformation<T> |
getProducedType()
Deprecated.
|
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 in class org.apache.flink.api.common.io.BinaryInputFormat<T>IOExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.