| 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,
BufferPoolOwner bufferPoolOwner) |
BufferPool |
BufferPoolFactory.createBufferPool(int numRequiredBuffers,
int maxUsedBuffers,
BufferPoolOwner bufferPoolOwner)
Tries to create a buffer pool with an owner, which is guaranteed to provide at least the
number of required buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReleaseOnConsumptionResultPartition
ResultPartition that releases itself once all subpartitions have been consumed.
|
class |
ResultPartition
A result partition for data produced by a single task.
|
| Modifier and Type | Method and Description |
|---|---|
ResultPartition |
ResultPartitionFactory.create(String taskNameWithSubtaskAndId,
ResultPartitionID id,
ResultPartitionType type,
int numberOfSubpartitions,
int maxParallelism,
org.apache.flink.util.function.FunctionWithException<BufferPoolOwner,BufferPool,IOException> bufferPoolFactory) |
| Constructor and Description |
|---|
ResultPartition(String owningTaskName,
ResultPartitionID partitionId,
ResultPartitionType partitionType,
ResultSubpartition[] subpartitions,
int numTargetKeyGroups,
ResultPartitionManager partitionManager,
BufferCompressor bufferCompressor,
org.apache.flink.util.function.FunctionWithException<BufferPoolOwner,BufferPool,IOException> bufferPoolFactory) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.