Class NettyPayloadManager
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayloadManager
-
public class NettyPayloadManager extends Object
NettyPayloadManager
is 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 void
add(NettyPayload nettyPayload)
int
getBacklog()
int
getSize()
NettyPayload
peek()
NettyPayload
poll()
-
-
-
Method Detail
-
add
public void add(NettyPayload nettyPayload)
-
peek
public NettyPayload peek()
-
poll
public NettyPayload poll()
-
getBacklog
public int getBacklog()
-
getSize
public int getSize()
-
-