Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemorySpec
Packages that use TieredStorageMemorySpec
Package
Description
-
Uses of TieredStorageMemorySpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with type arguments of type TieredStorageMemorySpecModifierConstructorDescriptionTieredResultPartition(String owningTaskName, int partitionIndex, ResultPartitionID partitionId, ResultPartitionType partitionType, int numSubpartitions, int numTargetKeyGroups, ResultPartitionManager partitionManager, BufferCompressor bufferCompressor, org.apache.flink.util.function.SupplierWithException<BufferPool, IOException> bufferPoolFactory, TieredStorageProducerClient tieredStorageProducerClient, TieredStorageResourceRegistry tieredStorageResourceRegistry, TieredStorageNettyServiceImpl nettyService, List<TieredStorageMemorySpec> tieredStorageMemorySpecs, TieredStorageMemoryManager storageMemoryManager) -
Uses of TieredStorageMemorySpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with type arguments of type TieredStorageMemorySpecModifier and TypeMethodDescriptionvoidTieredStorageMemoryManager.setup(BufferPool bufferPool, List<TieredStorageMemorySpec> storageMemorySpecs) Setup theTieredStorageMemoryManager.voidTieredStorageMemoryManagerImpl.setup(BufferPool bufferPool, List<TieredStorageMemorySpec> storageMemorySpecs) -
Uses of TieredStorageMemorySpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier that return TieredStorageMemorySpecModifier and TypeMethodDescriptionTierFactory.getConsumerAgentMemorySpec()Get theTieredStorageMemorySpecof the consumer-side agent.TierFactory.getMasterAgentMemorySpec()Get theTieredStorageMemorySpecof the master-side agent.TierFactory.getProducerAgentMemorySpec()Get theTieredStorageMemorySpecof the producer-side agent. -
Uses of TieredStorageMemorySpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk that return TieredStorageMemorySpecModifier and TypeMethodDescriptionDiskTierFactory.getConsumerAgentMemorySpec()DiskTierFactory.getMasterAgentMemorySpec()DiskTierFactory.getProducerAgentMemorySpec() -
Uses of TieredStorageMemorySpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory that return TieredStorageMemorySpecModifier and TypeMethodDescriptionMemoryTierFactory.getConsumerAgentMemorySpec()MemoryTierFactory.getMasterAgentMemorySpec()MemoryTierFactory.getProducerAgentMemorySpec() -
Uses of TieredStorageMemorySpec in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote that return TieredStorageMemorySpecModifier and TypeMethodDescriptionRemoteTierFactory.getConsumerAgentMemorySpec()RemoteTierFactory.getMasterAgentMemorySpec()RemoteTierFactory.getProducerAgentMemorySpec()