Package 

Interface DiskStorage.Entry

    • Method Summary

      Modifier and Type Method Description
      abstract String getId() the id representing the resource
      abstract long getTimestamp() calculated on first time and never changes so it can be used as immutable *
      abstract long getSize() calculated on first time and never changes so it can be used as immutable *
      abstract BinaryResource getResource()
      • Methods inherited from class java.lang.Object

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

      • getId

         abstract String getId()

        the id representing the resource

      • getTimestamp

         abstract long getTimestamp()

        calculated on first time and never changes so it can be used as immutable *

      • getSize

         abstract long getSize()

        calculated on first time and never changes so it can be used as immutable *