| Constructor and Description |
|---|
TieredStorageProducerClient(int numSubpartitions,
boolean isBroadcastOnly,
BufferAccumulator bufferAccumulator,
BufferCompressor bufferCompressor,
List<TierProducerAgent> tierProducerAgents) |
| Modifier and Type | Method and Description |
|---|---|
TierProducerAgent |
TierFactory.createProducerAgent(int numSubpartitions,
TieredStoragePartitionId partitionID,
String dataFileBasePath,
boolean isBroadcastOnly,
TieredStorageMemoryManager storageMemoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BatchShuffleReadBufferPool bufferPool,
ScheduledExecutorService ioExecutor,
int maxRequestedBuffers,
java.time.Duration bufferRequestTimeout)
Creates the producer-side agent of a Tier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiskTierProducerAgent
The disk tier implementation of
TierProducerAgent. |
| Modifier and Type | Method and Description |
|---|---|
TierProducerAgent |
DiskTierFactory.createProducerAgent(int numSubpartitions,
TieredStoragePartitionId partitionId,
String dataFileBasePath,
boolean isBroadcastOnly,
TieredStorageMemoryManager storageMemoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BatchShuffleReadBufferPool bufferPool,
ScheduledExecutorService ioExecutor,
int maxRequestedBuffers,
java.time.Duration bufferRequestTimeout) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryTierProducerAgent
The memory tier implementation of
TierProducerAgent. |
| Modifier and Type | Method and Description |
|---|---|
TierProducerAgent |
MemoryTierFactory.createProducerAgent(int numSubpartitions,
TieredStoragePartitionId partitionID,
String dataFileBasePath,
boolean isBroadcastOnly,
TieredStorageMemoryManager memoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BatchShuffleReadBufferPool bufferPool,
ScheduledExecutorService ioExecutor,
int maxRequestedBuffers,
java.time.Duration bufferRequestTimeout) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteTierProducerAgent
The implementation of
TierProducerAgent for the remote tier. |
| Modifier and Type | Method and Description |
|---|---|
TierProducerAgent |
RemoteTierFactory.createProducerAgent(int numSubpartitions,
TieredStoragePartitionId partitionID,
String dataFileBasePath,
boolean isBroadcastOnly,
TieredStorageMemoryManager storageMemoryManager,
TieredStorageNettyService nettyService,
TieredStorageResourceRegistry resourceRegistry,
BatchShuffleReadBufferPool bufferPool,
ScheduledExecutorService ioExecutor,
int maxRequestedBuffers,
java.time.Duration bufferRequestTimeout) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.