Class TRange

    • Field Detail

      • start

        public TKey start
      • stop

        public TKey stop
      • startKeyInclusive

        public boolean startKeyInclusive
      • stopKeyInclusive

        public boolean stopKeyInclusive
      • infiniteStartKey

        public boolean infiniteStartKey
      • infiniteStopKey

        public boolean infiniteStopKey
      • metaDataMap

        public static final Map<TRange._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • TRange

        public TRange()
      • TRange

        public TRange​(TKey start,
                      TKey stop,
                      boolean startKeyInclusive,
                      boolean stopKeyInclusive,
                      boolean infiniteStartKey,
                      boolean infiniteStopKey)
      • TRange

        public TRange​(TRange other)
        Performs a deep copy on other.
    • Method Detail

      • clear

        public void clear()
        Specified by:
        clear in interface org.apache.thrift.TBase<TRange,​TRange._Fields>
      • getStart

        public TKey getStart()
      • setStart

        public TRange setStart​(TKey start)
      • unsetStart

        public void unsetStart()
      • isSetStart

        public boolean isSetStart()
        Returns true if field start is set (has been assigned a value) and false otherwise
      • setStartIsSet

        public void setStartIsSet​(boolean value)
      • getStop

        public TKey getStop()
      • unsetStop

        public void unsetStop()
      • isSetStop

        public boolean isSetStop()
        Returns true if field stop is set (has been assigned a value) and false otherwise
      • setStopIsSet

        public void setStopIsSet​(boolean value)
      • isStartKeyInclusive

        public boolean isStartKeyInclusive()
      • setStartKeyInclusive

        public TRange setStartKeyInclusive​(boolean startKeyInclusive)
      • unsetStartKeyInclusive

        public void unsetStartKeyInclusive()
      • isSetStartKeyInclusive

        public boolean isSetStartKeyInclusive()
        Returns true if field startKeyInclusive is set (has been assigned a value) and false otherwise
      • setStartKeyInclusiveIsSet

        public void setStartKeyInclusiveIsSet​(boolean value)
      • isStopKeyInclusive

        public boolean isStopKeyInclusive()
      • setStopKeyInclusive

        public TRange setStopKeyInclusive​(boolean stopKeyInclusive)
      • unsetStopKeyInclusive

        public void unsetStopKeyInclusive()
      • isSetStopKeyInclusive

        public boolean isSetStopKeyInclusive()
        Returns true if field stopKeyInclusive is set (has been assigned a value) and false otherwise
      • setStopKeyInclusiveIsSet

        public void setStopKeyInclusiveIsSet​(boolean value)
      • isInfiniteStartKey

        public boolean isInfiniteStartKey()
      • setInfiniteStartKey

        public TRange setInfiniteStartKey​(boolean infiniteStartKey)
      • unsetInfiniteStartKey

        public void unsetInfiniteStartKey()
      • isSetInfiniteStartKey

        public boolean isSetInfiniteStartKey()
        Returns true if field infiniteStartKey is set (has been assigned a value) and false otherwise
      • setInfiniteStartKeyIsSet

        public void setInfiniteStartKeyIsSet​(boolean value)
      • isInfiniteStopKey

        public boolean isInfiniteStopKey()
      • setInfiniteStopKey

        public TRange setInfiniteStopKey​(boolean infiniteStopKey)
      • unsetInfiniteStopKey

        public void unsetInfiniteStopKey()
      • isSetInfiniteStopKey

        public boolean isSetInfiniteStopKey()
        Returns true if field infiniteStopKey is set (has been assigned a value) and false otherwise
      • setInfiniteStopKeyIsSet

        public void setInfiniteStopKeyIsSet​(boolean value)
      • isSet

        public boolean isSet​(TRange._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<TRange,​TRange._Fields>
      • equals

        public boolean equals​(TRange that)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException