Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.BufferWithIdentity
-
Packages that use BufferWithIdentity Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of BufferWithIdentity in org.apache.flink.runtime.io.network.partition.hybrid
Methods in org.apache.flink.runtime.io.network.partition.hybrid that return types with arguments of type BufferWithIdentity Modifier and Type Method Description List<BufferWithIdentity>HsSubpartitionMemoryDataManager. spillSubpartitionBuffers(List<BufferIndexAndChannel> toSpill, CompletableFuture<Void> spillDoneFuture)Spill this subpartition's buffers in a decision.Method parameters in org.apache.flink.runtime.io.network.partition.hybrid with type arguments of type BufferWithIdentity Modifier and Type Method Description CompletableFuture<List<HsFileDataIndex.SpilledBuffer>>HsMemoryDataSpiller. spillAsync(List<BufferWithIdentity> bufferToSpill)Spilling buffers to disk asynchronously.
-