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 Details

    • NettyPayloadManager

      public NettyPayloadManager()
  • Method Details

    • add

      public void add(NettyPayload nettyPayload)
    • peek

      public NettyPayload peek()
    • poll

      public NettyPayload poll()
    • getBacklog

      public int getBacklog()
    • getSize

      public int getSize()