Package org.elasticsearch.transport
Class NettyAllocator
java.lang.Object
org.elasticsearch.transport.NettyAllocator
public class NettyAllocator
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description NettyAllocator() -
Method Summary
Modifier and Type Method Description static io.netty.buffer.ByteBufAllocatorgetAllocator()static java.lang.StringgetAllocatorDescription()static java.lang.Class<? extends io.netty.channel.Channel>getChannelType()static java.lang.Class<? extends io.netty.channel.ServerChannel>getServerChannelType()static voidlogAllocatorDescriptionIfNeeded()
-
Constructor Details
-
NettyAllocator
public NettyAllocator()
-
-
Method Details
-
logAllocatorDescriptionIfNeeded
public static void logAllocatorDescriptionIfNeeded() -
getAllocator
public static io.netty.buffer.ByteBufAllocator getAllocator() -
getAllocatorDescription
public static java.lang.String getAllocatorDescription() -
getChannelType
public static java.lang.Class<? extends io.netty.channel.Channel> getChannelType() -
getServerChannelType
public static java.lang.Class<? extends io.netty.channel.ServerChannel> getServerChannelType()
-