| Constructor and Description |
|---|
SingleInputGate(String owningTaskName,
int gateIndex,
IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
IndexRange subpartitionIndexRange,
int numberOfInputChannels,
PartitionProducerStateProvider partitionProducerStateProvider,
org.apache.flink.util.function.SupplierWithException<BufferPool,IOException> bufferPoolFactory,
BufferDecompressor bufferDecompressor,
org.apache.flink.core.memory.MemorySegmentProvider memorySegmentProvider,
int segmentSize,
ThroughputCalculator throughputCalculator,
BufferDebloater bufferDebloater,
TieredStorageConsumerClient tieredStorageConsumerClient,
TieredStorageNettyServiceImpl nettyService,
List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs) |
| Modifier and Type | Method and Description |
|---|---|
void |
TieredStorageNettyServiceImpl.setupInputChannels(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<java.util.function.Supplier<InputChannel>> inputChannelProviders)
Set up input channels in
SingleInputGate. |
| Constructor and Description |
|---|
TieredStorageConsumerClient(List<TierFactory> tierFactories,
List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
TierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService)
Creates the consumer-side agent of a Tier.
|
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
DiskTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Constructor and Description |
|---|
DiskTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
MemoryTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Constructor and Description |
|---|
MemoryTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
RemoteTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.