Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierFactory
Packages that use TierFactory
Package
Description
-
Uses of TierFactory in org.apache.flink.runtime.io.network.partition.hybrid.tiered.common
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.common that return types with arguments of type TierFactory -
Uses of TierFactory in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle that return types with arguments of type TierFactoryModifier and TypeMethodDescriptionstatic List<TierFactory>TierFactoryInitializer.initializeTierFactories(org.apache.flink.configuration.Configuration configuration) Initializes and returns a list ofTierFactoryinstances according to the specifiedTieredStorageConfiguration's persistent level. -
Uses of TierFactory in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with type arguments of type TierFactoryModifierConstructorDescriptionTieredStorageConsumerClient(List<TierFactory> tierFactories, List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<List<TierShuffleDescriptor>> tierShuffleDescriptors, TieredStorageNettyService nettyService) -
Uses of TierFactory in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk that implement TierFactory -
Uses of TierFactory in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory that implement TierFactory -
Uses of TierFactory in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote that implement TierFactory