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 interface
BufferPool
A dynamically sized buffer pool.Classes in org.apache.flink.runtime.io.network.buffer that implement BufferProvider Modifier and Type Class Description class
LocalBufferPool
A buffer pool used to manage a number ofBuffer
instances 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 BufferProvider
RemoteInputChannel. getBufferProvider()
-