Interface | Description |
---|---|
Buffer |
Wrapper for pooled
MemorySegment instances with reference counting. |
BufferListener |
Interface of the availability of buffers.
|
BufferPool |
A dynamically sized buffer pool.
|
BufferPoolFactory |
A factory for buffer pools.
|
BufferProvider |
A buffer provider to request buffers from in a synchronous or asynchronous fashion.
|
BufferRecycler |
Interface for recycling
MemorySegment s. |
Class | Description |
---|---|
BufferBuilder |
Not thread safe class for filling in the content of the
MemorySegment . |
BufferCompressor |
Compressor for
Buffer . |
BufferConsumer |
Not thread safe class for producing
Buffer . |
BufferConsumerWithPartialRecordLength |
BufferConsumer with partial record length if a record is spanning over buffers
|
BufferDecompressor |
Decompressor for compressed
Buffer . |
BufferRecycler.DummyBufferRecycler |
The buffer recycler does nothing for recycled segment.
|
FileRegionBuffer |
This class represents a chunk of data in a file channel.
|
FreeingBufferRecycler |
A simple buffer recycler that frees the memory segments.
|
NetworkBuffer |
Wrapper for pooled
MemorySegment instances. |
NetworkBufferPool |
The NetworkBufferPool is a fixed size pool of
MemorySegment instances for the network
stack. |
ReadOnlySlicedNetworkBuffer |
Minimal best-effort read-only sliced
Buffer implementation wrapping a NetworkBuffer 's sub-region based on io.netty.buffer.SlicedByteBuf and
io.netty.buffer.ReadOnlyByteBuf. |
Enum | Description |
---|---|
Buffer.DataType |
Used to identify the type of data contained in the
Buffer so that we can get the
information without deserializing the serialized data. |
BufferListener.NotificationResult |
Status of the notification result from the buffer listener.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.