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()Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.common with type arguments of type TierFactory Constructor Description TieredStorageConfiguration(String remoteStorageBasePath, int tieredStorageBufferSize, int memoryTierExclusiveBuffers, int diskTierExclusiveBuffers, int remoteTierExclusiveBuffers, int accumulatorExclusiveBuffers, int memoryTierNumBytesPerSegment, int diskTierNumBytesPerSegment, int remoteTierNumBytesPerSegment, float numBuffersTriggerFlushRatio, int diskIOSchedulerMaxBuffersReadAhead, java.time.Duration diskIOSchedulerRequestTimeout, float minReserveDiskSpaceFraction, List<TierFactory> tierFactories, List<Integer> tierExclusiveBuffers) -
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, 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.
-