Class DiskManagerChannelImpl.dataEntry

  • Enclosing class:
    DiskManagerChannelImpl

    protected static class DiskManagerChannelImpl.dataEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long length  
      private long offset  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected dataEntry​(long _offset, long _length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected long getLength()  
      protected long getOffset()  
      protected java.lang.String getString()  
      protected void setLength​(long _length)  
      • Methods inherited from class java.lang.Object

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

      • offset

        private long offset
      • length

        private long length
    • Constructor Detail

      • dataEntry

        protected dataEntry​(long _offset,
                            long _length)
    • Method Detail

      • getOffset

        protected long getOffset()
      • getLength

        protected long getLength()
      • setLength

        protected void setLength​(long _length)
      • getString

        protected java.lang.String getString()