Class PooledByteBufAllocator

    • Constructor Detail

      • PooledByteBufAllocator

        public PooledByteBufAllocator()
      • PooledByteBufAllocator

        public PooledByteBufAllocator​(boolean preferDirect)
      • PooledByteBufAllocator

        public PooledByteBufAllocator​(int nHeapArena,
                                      int nDirectArena,
                                      int pageSize,
                                      int maxOrder)
      • PooledByteBufAllocator

        public PooledByteBufAllocator​(boolean preferDirect,
                                      int nHeapArena,
                                      int nDirectArena,
                                      int pageSize,
                                      int maxOrder,
                                      int smallCacheSize,
                                      int normalCacheSize,
                                      boolean useCacheForAllThreads)
      • PooledByteBufAllocator

        public PooledByteBufAllocator​(boolean preferDirect,
                                      int nHeapArena,
                                      int nDirectArena,
                                      int pageSize,
                                      int maxOrder,
                                      int smallCacheSize,
                                      int normalCacheSize,
                                      boolean useCacheForAllThreads,
                                      int directMemoryCacheAlignment)