| Constructor and Description |
|---|
TieredStorageNettyServiceImpl(TieredStorageResourceRegistry resourceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
TieredStorageResourceRegistry |
TieredResultPartitionFactory.getTieredStorageResourceRegistry() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
TierMasterAgent |
TierFactory.createMasterAgent(TieredStorageResourceRegistry tieredStorageResourceRegistry)
Creates the master-side agent of a Tier.
|
TierProducerAgent |
TierFactory.createProducerAgent(int numPartitions,
int numSubpartitions,
TieredStoragePartitionId partitionID,
String dataFileBasePath,
boolean isBroadcastOnly,
TieredStorageMemoryManager storageMemoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BatchShuffleReadBufferPool bufferPool,
ScheduledExecutorService ioExecutor,
List<TierShuffleDescriptor> shuffleDescriptors,
int maxRequestedBuffer)
Creates the producer-side agent of a Tier.
|
| Modifier and Type | Method and Description |
|---|---|
TierMasterAgent |
DiskTierFactory.createMasterAgent(TieredStorageResourceRegistry resourceRegistry) |
TierProducerAgent |
DiskTierFactory.createProducerAgent(int numPartitions,
int numSubpartitions,
TieredStoragePartitionId partitionId,
String dataFileBasePath,
boolean isBroadcastOnly,
TieredStorageMemoryManager storageMemoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BatchShuffleReadBufferPool bufferPool,
ScheduledExecutorService ioExecutor,
List<TierShuffleDescriptor> shuffleDescriptors,
int maxRequestedBuffers) |
| Modifier and Type | Method and Description |
|---|---|
TierMasterAgent |
MemoryTierFactory.createMasterAgent(TieredStorageResourceRegistry tieredStorageResourceRegistry) |
TierProducerAgent |
MemoryTierFactory.createProducerAgent(int numPartitions,
int numSubpartitions,
TieredStoragePartitionId partitionID,
String dataFileBasePath,
boolean isBroadcastOnly,
TieredStorageMemoryManager memoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BatchShuffleReadBufferPool bufferPool,
ScheduledExecutorService ioExecutor,
List<TierShuffleDescriptor> shuffleDescriptors,
int maxRequestedBuffers) |
| Constructor and Description |
|---|
MemoryTierProducerAgent(TieredStoragePartitionId partitionId,
int numSubpartitions,
int bufferSizeBytes,
int segmentSizeBytes,
int subpartitionMaxQueuedBuffers,
boolean isBroadcastOnly,
TieredStorageMemoryManager memoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BufferCompressor bufferCompressor) |
| Modifier and Type | Method and Description |
|---|---|
TierMasterAgent |
RemoteTierFactory.createMasterAgent(TieredStorageResourceRegistry resourceRegistry) |
TierProducerAgent |
RemoteTierFactory.createProducerAgent(int numPartitions,
int numSubpartitions,
TieredStoragePartitionId partitionID,
String dataFileBasePath,
boolean isBroadcastOnly,
TieredStorageMemoryManager storageMemoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BatchShuffleReadBufferPool bufferPool,
ScheduledExecutorService ioExecutor,
List<TierShuffleDescriptor> shuffleDescriptors,
int maxRequestedBuffers) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.