Class DirectByteBufferPoolReal.sliceBuffer

  • Enclosing class:
    DirectByteBufferPoolReal

    private static class DirectByteBufferPoolReal.sliceBuffer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private short alloc_id  
      private java.nio.ByteBuffer buffer  
      private short slice_id  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected sliceBuffer​(java.nio.ByteBuffer _buffer, short _alloc_id, short _slice_id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected short getAllocID()  
      protected java.nio.ByteBuffer getBuffer()  
      protected short getSliceID()  
      • Methods inherited from class java.lang.Object

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

      • buffer

        private final java.nio.ByteBuffer buffer
      • alloc_id

        private final short alloc_id
      • slice_id

        private final short slice_id
    • Constructor Detail

      • sliceBuffer

        protected sliceBuffer​(java.nio.ByteBuffer _buffer,
                              short _alloc_id,
                              short _slice_id)
    • Method Detail

      • getBuffer

        protected java.nio.ByteBuffer getBuffer()
      • getAllocID

        protected short getAllocID()
      • getSliceID

        protected short getSliceID()