| 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 |
NetworkBufferPool.createBufferPool(int numRequiredBuffers,
int maxUsedBuffers) |
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,
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 | Method and Description |
|---|---|
void |
NetworkBufferPool.destroyBufferPool(BufferPool bufferPool) |
void |
BufferPoolFactory.destroyBufferPool(BufferPool bufferPool)
Destroy callback for updating factory book keeping.
|
| Modifier and Type | Method and Description |
|---|---|
BufferPool |
ResultPartition.getBufferPool() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
BufferPool |
SingleInputGate.getBufferPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleInputGate.setBufferPool(BufferPool bufferPool) |
| Constructor and Description |
|---|
SingleInputGate(String owningTaskName,
IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
int consumedSubpartitionIndex,
int numberOfInputChannels,
PartitionProducerStateProvider partitionProducerStateProvider,
org.apache.flink.util.function.SupplierWithException<BufferPool,IOException> bufferPoolFactory,
BufferDecompressor bufferDecompressor) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.