Uses of Interface
org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
Packages that use NetworkSequenceViewReader Package Description org.apache.flink.runtime.io.network.netty org.apache.flink.runtime.io.network.partition -
-
Uses of NetworkSequenceViewReader in org.apache.flink.runtime.io.network.netty
Methods in org.apache.flink.runtime.io.network.netty that return NetworkSequenceViewReader Modifier and Type Method Description NetworkSequenceViewReaderNettyPartitionRequestListener. getViewReader()Constructors in org.apache.flink.runtime.io.network.netty with parameters of type NetworkSequenceViewReader Constructor Description NettyPartitionRequestListener(ResultPartitionProvider resultPartitionProvider, NetworkSequenceViewReader reader, ResultSubpartitionIndexSet subpartitionIndexSet, ResultPartitionID resultPartitionId)NettyPartitionRequestListener(ResultPartitionProvider resultPartitionProvider, NetworkSequenceViewReader reader, ResultSubpartitionIndexSet subpartitionIndexSet, ResultPartitionID resultPartitionId, long createTimestamp) -
Uses of NetworkSequenceViewReader in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return NetworkSequenceViewReader Modifier and Type Method Description NetworkSequenceViewReaderPartitionRequestListener. getViewReader()Get the view reader of the notifier.
-