Class BufferPool


  • public class BufferPool
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.ByteBuffer checkout​(int size)  
      static void cleanUp()  
      static void logStats()  
      static void release​(java.nio.ByteBuffer buffer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • checkout

        public static java.nio.ByteBuffer checkout​(int size)
      • release

        public static void release​(java.nio.ByteBuffer buffer)
      • logStats

        public static void logStats()
      • cleanUp

        public static void cleanUp()