Class TieredStorageMemorySpec
java.lang.Object
org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemorySpec
The memory specs for a memory owner, including the owner itself, the number of guaranteed buffers
of the memory owner, etc.
-
Constructor Summary
ConstructorsConstructorDescriptionTieredStorageMemorySpec(Object owner, int numGuaranteedBuffers) TieredStorageMemorySpec(Object owner, int numGuaranteedBuffers, boolean guaranteedReclaimable) -
Method Summary
-
Constructor Details
-
TieredStorageMemorySpec
-
TieredStorageMemorySpec
public TieredStorageMemorySpec(Object owner, int numGuaranteedBuffers, boolean guaranteedReclaimable)
-
-
Method Details
-
getOwner
-
getNumGuaranteedBuffers
public int getNumGuaranteedBuffers() -
isGuaranteedReclaimable
public boolean isGuaranteedReclaimable()
-