Class HsSubpartitionFileReaderImpl.BufferIndexOrError
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- Enclosing class:
- HsSubpartitionFileReaderImpl
public static class HsSubpartitionFileReaderImpl.BufferIndexOrError extends Object
Indicates a buffer with index or an error.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Buffer>getBuffer()Buffer.DataTypegetDataType()intgetIndex()Optional<Throwable>getThrowable()
-
-
-
Method Detail
-
getDataType
public Buffer.DataType getDataType()
-
getIndex
public int getIndex()
-
-