| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty |
| Modifier and Type | Method and Description |
|---|---|
static NettyPayload |
NettyPayload.newBuffer(Buffer buffer,
int bufferIndex,
int subpartitionId) |
static NettyPayload |
NettyPayload.newError(Throwable error) |
static NettyPayload |
NettyPayload.newSegment(int segmentId) |
NettyPayload |
NettyPayloadManager.peek() |
NettyPayload |
NettyPayloadManager.poll() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyPayloadManager.add(NettyPayload nettyPayload) |
void |
NettyConnectionWriter.writeNettyPayload(NettyPayload nettyPayload)
Write a buffer to netty connection.
|
void |
NettyConnectionWriterImpl.writeNettyPayload(NettyPayload nettyPayload) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.