Uses of Class
org.apache.flink.runtime.io.network.partition.SortBuffer
-
Packages that use SortBuffer Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage -
-
Uses of SortBuffer in org.apache.flink.runtime.io.network.partition
Subclasses of SortBuffer in org.apache.flink.runtime.io.network.partition Modifier and Type Class Description classSortBasedDataBufferWhen getting buffers, TheSortBasedDataBuffershould recycle the read target buffer with the givenBufferRecycler. -
Uses of SortBuffer in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Subclasses of SortBuffer in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage Modifier and Type Class Description classTieredStorageSortBufferWhen getting buffers, TheSortBasedDataBufferneed not recycle the read target buffer..
-