Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierFactory
-
-
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 Modifier and Type Method Description List<TierFactory>TieredStorageConfiguration. getTierFactories() -
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 TierFactory Modifier and Type Method Description static 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 TierFactory Constructor Description TieredStorageConsumerClient(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 Modifier and Type Class Description classDiskTierFactoryThe implementation ofTierFactoryfor disk tier. -
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 Modifier and Type Class Description classMemoryTierFactoryThe implementation ofTierFactoryfor memory tier. -
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 Modifier and Type Class Description classRemoteTierFactoryThe implementation ofTierFactoryfor remote tier.
-