Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerSpec
-
-
Uses of TieredStorageConsumerSpec in org.apache.flink.runtime.io.network.partition.consumer
Method parameters in org.apache.flink.runtime.io.network.partition.consumer with type arguments of type TieredStorageConsumerSpec Modifier and Type Method Description voidSingleInputGate. setTieredStorageService(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, TieredStorageConsumerClient client, TieredStorageNettyServiceImpl nettyService) -
Uses of TieredStorageConsumerSpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty with type arguments of type TieredStorageConsumerSpec Modifier and Type Method Description voidTieredStorageNettyServiceImpl. setupInputChannels(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<Supplier<InputChannel>> inputChannelProviders)Set up input channels inSingleInputGate. -
Uses of TieredStorageConsumerSpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier
Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier with type arguments of type TieredStorageConsumerSpec Modifier and Type Method Description TierConsumerAgentTierFactory. createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService)Creates the consumer-side agent of a Tier. -
Uses of TieredStorageConsumerSpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk
Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk with type arguments of type TieredStorageConsumerSpec Modifier and Type Method Description TierConsumerAgentDiskTierFactory. createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService)Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk with type arguments of type TieredStorageConsumerSpec Constructor Description DiskTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, TieredStorageNettyService nettyService) -
Uses of TieredStorageConsumerSpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory
Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory with type arguments of type TieredStorageConsumerSpec Modifier and Type Method Description TierConsumerAgentMemoryTierFactory. createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService)Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory with type arguments of type TieredStorageConsumerSpec Constructor Description MemoryTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, TieredStorageNettyService nettyService) -
Uses of TieredStorageConsumerSpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote with type arguments of type TieredStorageConsumerSpec Modifier and Type Method Description TierConsumerAgentRemoteTierFactory. createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService)Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote with type arguments of type TieredStorageConsumerSpec Constructor Description RemoteTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, RemoteStorageScanner remoteStorageScanner, PartitionFileReader partitionFileReader, int bufferSizeBytes)
-