Class BufferPoolService

java.lang.Object
org.wildfly.extension.io.BufferPoolService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<org.xnio.Pool<ByteBuffer>>, org.jboss.msc.value.Value<org.xnio.Pool<ByteBuffer>>

public class BufferPoolService extends Object implements org.jboss.msc.service.Service<org.xnio.Pool<ByteBuffer>>
Author:
Tomaz Cerar (c) 2013 Red Hat Inc., Richard Opalka, Flavia Rainone
  • Constructor Details

    • BufferPoolService

      public BufferPoolService(Consumer<org.xnio.Pool<ByteBuffer>> byteBufferConsumer, int bufferSize, int buffersPerSlice, boolean directBuffers)
  • Method Details