java.lang.Object
org.elasticsearch.transport.netty4.NettyAllocator

public class NettyAllocator extends Object
  • Constructor Details

    • NettyAllocator

      public NettyAllocator()
  • Method Details

    • logAllocatorDescriptionIfNeeded

      public static void logAllocatorDescriptionIfNeeded()
    • getAllocator

      public static io.netty.buffer.ByteBufAllocator getAllocator()
    • getRecycler

      public static Recycler<org.apache.lucene.util.BytesRef> getRecycler()
    • suggestedMaxAllocationSize

      public static long suggestedMaxAllocationSize()
    • getAllocatorDescription

      public static String getAllocatorDescription()
    • getChannelType

      public static Class<? extends io.netty.channel.Channel> getChannelType()
    • getServerChannelType

      public static Class<? extends io.netty.channel.ServerChannel> getServerChannelType()