Class NettyPayloadManager
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayloadManager
-
public class NettyPayloadManager extends Object
NettyPayloadManageris used to contain all netty payloads from a storage tier.
-
-
Constructor Summary
Constructors Constructor Description NettyPayloadManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(NettyPayload nettyPayload)intgetBacklog()intgetSize()NettyPayloadpeek()NettyPayloadpoll()
-
-
-
Method Detail
-
add
public void add(NettyPayload nettyPayload)
-
peek
public NettyPayload peek()
-
poll
public NettyPayload poll()
-
getBacklog
public int getBacklog()
-
getSize
public int getSize()
-
-