Package | Description |
---|---|
org.apache.flink.runtime.io.network.buffer | |
org.apache.flink.runtime.io.network.partition | |
org.apache.flink.runtime.io.network.partition.consumer |
Modifier and Type | Method and Description |
---|---|
BufferPool |
BufferPoolFactory.createBufferPool(int numRequiredBuffers,
int maxUsedBuffers)
Tries to create a buffer pool, which is guaranteed to provide at least the number of required
buffers.
|
BufferPool |
NetworkBufferPool.createBufferPool(int numRequiredBuffers,
int maxUsedBuffers) |
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.
|
BufferPool |
NetworkBufferPool.createBufferPool(int numRequiredBuffers,
int maxUsedBuffers,
Optional<BufferPoolOwner> owner) |
Modifier and Type | Method and Description |
---|---|
void |
BufferPoolFactory.destroyBufferPool(BufferPool bufferPool)
Destroy callback for updating factory book keeping.
|
void |
NetworkBufferPool.destroyBufferPool(BufferPool bufferPool) |
Modifier and Type | Method and Description |
---|---|
BufferPool |
ResultPartition.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
ResultPartition.registerBufferPool(BufferPool bufferPool)
Registers a buffer pool with this result partition.
|
Modifier and Type | Method and Description |
---|---|
BufferPool |
SingleInputGate.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
SingleInputGate.setBufferPool(BufferPool bufferPool) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.