public class NettyAllocator
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
static io.netty.buffer.ByteBufAllocator
static Class<? extends io.netty.channel.Channel>
static Recycler<org.apache.lucene.util.BytesRef>
static Class<? extends io.netty.channel.ServerChannel>
static void
static long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()