| Modifier and Type | Method and Description |
|---|---|
void |
SingleInputGate.setTieredStorageService(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageConsumerClient client,
TieredStorageNettyServiceImpl nettyService) |
| Modifier and Type | Method and Description |
|---|---|
void |
TieredStorageNettyServiceImpl.setupInputChannels(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<Supplier<InputChannel>> inputChannelProviders)
Set up input channels in
SingleInputGate. |
| Constructor and Description |
|---|
TieredStorageConsumerClient(List<TierFactory> tierFactories,
List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<List<TierShuffleDescriptor>> tierShuffleDescriptors,
TieredStorageNettyService nettyService) |
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
TierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<TierShuffleDescriptor> shuffleDescriptors,
TieredStorageNettyService nettyService)
Creates the consumer-side agent of a Tier.
|
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
DiskTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<TierShuffleDescriptor> shuffleDescriptors,
TieredStorageNettyService nettyService) |
| Constructor and Description |
|---|
DiskTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
MemoryTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<TierShuffleDescriptor> shuffleDescriptors,
TieredStorageNettyService nettyService) |
| Constructor and Description |
|---|
MemoryTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
RemoteTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<TierShuffleDescriptor> shuffleDescriptors,
TieredStorageNettyService nettyService) |
| Constructor and Description |
|---|
RemoteTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
RemoteStorageScanner remoteStorageScanner,
PartitionFileReader partitionFileReader,
int bufferSizeBytes) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.