| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.consumer | |
| org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleInputGate.setTieredStorageService(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageConsumerClient client,
TieredStorageNettyServiceImpl nettyService) |
| Constructor and Description |
|---|
SingleInputGateFactory(ResourceID taskExecutorResourceId,
NettyShuffleEnvironmentConfiguration networkConfig,
ConnectionManager connectionManager,
ResultPartitionManager partitionManager,
TaskEventPublisher taskEventPublisher,
NetworkBufferPool networkBufferPool,
TieredStorageConfiguration tieredStorageConfiguration,
TieredStorageNettyServiceImpl tieredStorageNettyService) |
| Modifier and Type | Method and Description |
|---|---|
TieredStorageNettyServiceImpl |
TieredResultPartitionFactory.getTieredStorageNettyService() |
| Constructor and Description |
|---|
TieredResultPartition(String owningTaskName,
int partitionIndex,
ResultPartitionID partitionId,
ResultPartitionType partitionType,
int numSubpartitions,
int numTargetKeyGroups,
ResultPartitionManager partitionManager,
BufferCompressor bufferCompressor,
org.apache.flink.util.function.SupplierWithException<BufferPool,IOException> bufferPoolFactory,
TieredStorageProducerClient tieredStorageProducerClient,
TieredStorageResourceRegistry tieredStorageResourceRegistry,
TieredStorageNettyServiceImpl nettyService,
List<TieredStorageMemorySpec> tieredStorageMemorySpecs,
TieredStorageMemoryManager storageMemoryManager) |
TieredResultPartitionFactory(TieredStorageConfiguration tieredStorageConfiguration,
TieredStorageNettyServiceImpl tieredStorageNettyService,
TieredStorageResourceRegistry tieredStorageResourceRegistry) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.