Class DataLoadingData

    • Constructor Summary

      Constructors 
      Constructor Description
      DataLoadingData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLimit()
      Returns the limit of the data chunk to be loaded.
      int getOffset()
      Returns the offset of the data chunk to be loaded.
      • Methods inherited from class java.lang.Object

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

      • DataLoadingData

        public DataLoadingData()
    • Method Detail

      • getOffset

        public int getOffset()
        Returns the offset of the data chunk to be loaded.
        Returns:
        the offset of the data chunk to be loaded.
      • getLimit

        public int getLimit()
        Returns the limit of the data chunk to be loaded.
        Returns:
        the limit of the data chunk to be loaded.