Uses of Interface
org.apache.flink.runtime.io.network.buffer.BufferListener
Packages that use BufferListener
Package
Description
-
Uses of BufferListener in org.apache.flink.runtime.io.network.buffer
Methods in org.apache.flink.runtime.io.network.buffer with parameters of type BufferListenerModifier and TypeMethodDescriptionbooleanBufferProvider.addBufferListener(BufferListener listener) Adds a buffer availability listener to the buffer provider.booleanLocalBufferPool.addBufferListener(BufferListener listener) -
Uses of BufferListener in org.apache.flink.runtime.io.network.partition.consumer
Classes in org.apache.flink.runtime.io.network.partition.consumer that implement BufferListenerModifier and TypeClassDescriptionclassThe general buffer manager used byInputChannelto request/recycle exclusive or floating buffers.