| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TieredStorageMemoryManagerImpl.setup(BufferPool bufferPool,
List<TieredStorageMemorySpec> storageMemorySpecs) |
void |
TieredStorageMemoryManager.setup(BufferPool bufferPool,
List<TieredStorageMemorySpec> storageMemorySpecs)
Setup the
TieredStorageMemoryManager. |
| Modifier and Type | Method and Description |
|---|---|
TieredStorageMemorySpec |
TierFactory.getConsumerAgentMemorySpec()
Get the
TieredStorageMemorySpec of the consumer-side agent. |
TieredStorageMemorySpec |
TierFactory.getMasterAgentMemorySpec()
Get the
TieredStorageMemorySpec of the master-side agent. |
TieredStorageMemorySpec |
TierFactory.getProducerAgentMemorySpec()
Get the
TieredStorageMemorySpec of the producer-side agent. |
| Modifier and Type | Method and Description |
|---|---|
TieredStorageMemorySpec |
DiskTierFactory.getConsumerAgentMemorySpec() |
TieredStorageMemorySpec |
DiskTierFactory.getMasterAgentMemorySpec() |
TieredStorageMemorySpec |
DiskTierFactory.getProducerAgentMemorySpec() |
| Modifier and Type | Method and Description |
|---|---|
TieredStorageMemorySpec |
MemoryTierFactory.getConsumerAgentMemorySpec() |
TieredStorageMemorySpec |
MemoryTierFactory.getMasterAgentMemorySpec() |
TieredStorageMemorySpec |
MemoryTierFactory.getProducerAgentMemorySpec() |
| Modifier and Type | Method and Description |
|---|---|
TieredStorageMemorySpec |
RemoteTierFactory.getConsumerAgentMemorySpec() |
TieredStorageMemorySpec |
RemoteTierFactory.getMasterAgentMemorySpec() |
TieredStorageMemorySpec |
RemoteTierFactory.getProducerAgentMemorySpec() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.