| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.buffer | |
| org.apache.flink.runtime.io.network.partition |
| Modifier and Type | Method and Description |
|---|---|
BufferPool |
NetworkBufferPool.createBufferPool(int numRequiredBuffers,
int maxUsedBuffers,
Optional<BufferPoolOwner> owner) |
BufferPool |
BufferPoolFactory.createBufferPool(int numRequiredBuffers,
int maxUsedBuffers,
Optional<BufferPoolOwner> owner)
Tries to create a buffer pool with an optional owner, which is guaranteed to provide at least the
number of required buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultPartition
A result partition for data produced by a single task.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.