Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.MagazineCaching
-
Packages that use AdaptivePoolingAllocator.MagazineCaching 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 AdaptivePoolingAllocator.MagazineCaching in io.netty.buffer
Methods in io.netty.buffer that return AdaptivePoolingAllocator.MagazineCaching Modifier and Type Method Description static AdaptivePoolingAllocator.MagazineCaching
AdaptivePoolingAllocator.MagazineCaching. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AdaptivePoolingAllocator.MagazineCaching[]
AdaptivePoolingAllocator.MagazineCaching. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineCaching Constructor Description AdaptivePoolingAllocator(AdaptivePoolingAllocator.ChunkAllocator chunkAllocator, AdaptivePoolingAllocator.MagazineCaching magazineCaching)
-