Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.SpilledBuffer
-
Packages that use HsFileDataIndex.SpilledBuffer Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HsFileDataIndex.SpilledBuffer 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 HsFileDataIndex.SpilledBuffer Modifier and Type Method Description CompletableFuture<List<HsFileDataIndex.SpilledBuffer>>HsMemoryDataSpiller. spillAsync(List<BufferWithIdentity> bufferToSpill)Spilling buffers to disk asynchronously.Method parameters in org.apache.flink.runtime.io.network.partition.hybrid with type arguments of type HsFileDataIndex.SpilledBuffer Modifier and Type Method Description voidHsFileDataIndex. addBuffers(List<HsFileDataIndex.SpilledBuffer> spilledBuffers)Add buffers to the index.voidHsFileDataIndexImpl. addBuffers(List<HsFileDataIndex.SpilledBuffer> spilledBuffers)
-