Uses of Interface
io.netty.buffer.ByteBufAllocatorMetricProvider
-
Packages that use ByteBufAllocatorMetricProvider Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of ByteBufAllocatorMetricProvider in io.netty.buffer
Classes in io.netty.buffer that implement ByteBufAllocatorMetricProvider Modifier and Type Class Description classAdaptiveByteBufAllocatorAn auto-tuning poolingByteBufAllocator, that follows an anti-generational hypothesis.classPooledByteBufAllocatorclassUnpooledByteBufAllocatorSimplisticByteBufAllocatorimplementation that does not pool anything.
-