List of usage examples for io.netty.buffer ByteBufAllocator interface-usage
From source file org.apache.drill.exec.memory.DrillByteBufAllocator.java
/**
* An implementation of ByteBufAllocator that wraps a Drill BufferAllocator. This allows the RPC layer to be accounted
* and managed using Drill's BufferAllocator infrastructure. The only thin different from a typical BufferAllocator is
* the signature and the fact that this Allocator returns ExpandableByteBufs which enable otherwise non-expandable
* DrillBufs to be expandable.
*/
From source file org.apache.flink.runtime.io.network.netty.NettyBufferPool.java
/** * Wrapper around Netty's {@link PooledByteBufAllocator} with strict control * over the number of created arenas. */ public class NettyBufferPool implements ByteBufAllocator {
From source file org.apache.qpid.jms.transports.netty.PartialPooledByteBufAllocator.java
/**
* A {@link ByteBufAllocator} which is partial pooled. Which means only direct {@link ByteBuf}s are pooled. The rest
* is unpooled.
*
* @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
*/
From source file org.hornetq.core.remoting.impl.netty.PartialPooledByteBufAllocator.java
/**
* A {@link ByteBufAllocator} which is partial pooled. Which means only direct {@link ByteBuf}s are pooled. The rest
* is unpooled.
*
* @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
*/
From source file org.vertx.java.core.net.impl.PartialPooledByteBufAllocator.java
/**
* A {@link ByteBufAllocator} which is partial pooled. Which means only direct {@link ByteBuf}s are pooled. The rest
* is unpooled.
*
* @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
*/