| 构造器和说明 |
|---|
TieredStorageProducerClient(int numSubpartitions,
boolean isBroadcastOnly,
BufferAccumulator bufferAccumulator,
BufferCompressor bufferCompressor,
List<TierProducerAgent> tierProducerAgents) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DiskTierProducerAgent
The disk tier implementation of
TierProducerAgent. |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryTierProducerAgent
The memory tier implementation of
TierProducerAgent. |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RemoteTierProducerAgent
The implementation of
TierProducerAgent for the remote tier. |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.