Class StoreQuery.Range

  • Enclosing interface:
    StoreQuery

    public static class StoreQuery.Range
    extends java.lang.Object
    A query result range.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long end  
      boolean lrs  
      long start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Range()  
      Range​(long start, long end)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start

        public long start
      • end

        public long end
      • lrs

        public boolean lrs
    • Constructor Detail

      • Range

        public Range()
      • Range

        public Range​(long start,
                     long end)