JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.apache.flink.runtime.io.network.buffer.AbstractCompositeBuffer
Packages that use
AbstractCompositeBuffer
Package
Description
org.apache.flink.runtime.io.network.buffer
Uses of
AbstractCompositeBuffer
in
org.apache.flink.runtime.io.network.buffer
Subclasses of
AbstractCompositeBuffer
in
org.apache.flink.runtime.io.network.buffer
Modifier and Type
Class
Description
class
CompositeBuffer
An implementation of
Buffer
which contains multiple partial buffers for network data communication.
class
FullyFilledBuffer
An implementation of
Buffer
represents a fully filled buffer which contains multiple partial buffers for network data communication.