Uses of Interface
org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Packages that use BufferProvider Package Description org.apache.flink.runtime.io.network.buffer org.apache.flink.runtime.io.network.partition.consumer -
-
Uses of BufferProvider in org.apache.flink.runtime.io.network.buffer
Subinterfaces of BufferProvider in org.apache.flink.runtime.io.network.buffer Modifier and Type Interface Description interfaceBufferPoolA dynamically sized buffer pool.Classes in org.apache.flink.runtime.io.network.buffer that implement BufferProvider Modifier and Type Class Description classLocalBufferPoolA buffer pool used to manage a number ofBufferinstances from theNetworkBufferPool. -
Uses of BufferProvider in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer that return BufferProvider Modifier and Type Method Description BufferProviderRemoteInputChannel. getBufferProvider()
-