Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayload
-
Packages that use NettyPayload Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty -
-
Uses of NettyPayload in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty that return NettyPayload Modifier and Type Method Description static NettyPayloadNettyPayload. newBuffer(Buffer buffer, int bufferIndex, int subpartitionId)static NettyPayloadNettyPayload. newError(Throwable error)static NettyPayloadNettyPayload. newSegment(int segmentId)NettyPayloadNettyPayloadManager. peek()NettyPayloadNettyPayloadManager. poll()Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty with parameters of type NettyPayload Modifier and Type Method Description voidNettyPayloadManager. add(NettyPayload nettyPayload)voidNettyConnectionWriter. writeNettyPayload(NettyPayload nettyPayload)Write a buffer to netty connection.voidNettyConnectionWriterImpl. writeNettyPayload(NettyPayload nettyPayload)
-