| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition |
| Modifier and Type | Field and Description |
|---|---|
protected BufferCompressor |
ResultPartition.bufferCompressor
Used to compress buffer to reduce IO.
|
| 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.