Class MultiRangeQuery.RangeClause

  • Enclosing class:
    MultiRangeQuery

    public static class MultiRangeQuery.RangeClause
    extends java.lang.Object
    Representation of a single clause in a MultiRangeQuery
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] lowerValue  
      (package private) byte[] upperValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      RangeClause​(byte[] lowerValue, byte[] upperValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • lowerValue

        byte[] lowerValue
      • upperValue

        byte[] upperValue
    • Constructor Detail

      • RangeClause

        public RangeClause​(byte[] lowerValue,
                           byte[] upperValue)