Class DiskIoBufferPool

java.lang.Object
org.elasticsearch.common.io.DiskIoBufferPool

public class DiskIoBufferPool
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int BUFFER_SIZE  
    static int HEAP_BUFFER_SIZE  
  • Constructor Summary

    Constructors
    Constructor Description
    DiskIoBufferPool()  
  • Method Summary

    Modifier and Type Method Description
    static java.nio.ByteBuffer getIoBuffer()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BUFFER_SIZE

      public static final int BUFFER_SIZE
    • HEAP_BUFFER_SIZE

      public static final int HEAP_BUFFER_SIZE
      See Also:
      Constant Field Values
  • Constructor Details

    • DiskIoBufferPool

      public DiskIoBufferPool()
  • Method Details

    • getIoBuffer

      public static java.nio.ByteBuffer getIoBuffer()