Uses of Interface
org.apache.flink.runtime.io.network.partition.DataBuffer
Packages that use DataBuffer
Package
Description
-
Uses of DataBuffer in org.apache.flink.runtime.io.network.partition
Classes in org.apache.flink.runtime.io.network.partition that implement DataBufferModifier and TypeClassDescriptionclass* ADataBufferimplementation which sorts all appended records only by subpartition index.classWhen getting buffers, TheSortBasedDataBuffershould recycle the read target buffer with the givenBufferRecycler.classADataBufferimplementation which sorts all appended records only by subpartition index. -
Uses of DataBuffer in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage that implement DataBufferModifier and TypeClassDescriptionclassWhen getting buffers, TheSortBasedDataBufferneed not recycle the read target buffer..