org.apache.expreval.expr.betweenstmt
Class GenericBetweenStmt.GenericBetweenComparable<T>

java.lang.Object
  extended by org.apache.hadoop.hbase.filter.WritableByteArrayComparable
      extended by org.apache.expreval.expr.betweenstmt.GenericBetweenStmt.GenericBetweenComparable<T>
All Implemented Interfaces:
Comparable<byte[]>, org.apache.hadoop.io.Writable
Enclosing class:
GenericBetweenStmt

protected abstract static class GenericBetweenStmt.GenericBetweenComparable<T>
extends org.apache.hadoop.hbase.filter.WritableByteArrayComparable


Constructor Summary
protected GenericBetweenStmt.GenericBetweenComparable()
           
 
Method Summary
protected  T getLowerValue()
           
protected  T getUpperValue()
           
protected  void setLowerValue(T lowerValue)
           
protected  void setUpperValue(T upperValue)
           
 
Methods inherited from class org.apache.hadoop.hbase.filter.WritableByteArrayComparable
compareTo, getValue, readFields, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericBetweenStmt.GenericBetweenComparable

protected GenericBetweenStmt.GenericBetweenComparable()
Method Detail

getLowerValue

protected T getLowerValue()

getUpperValue

protected T getUpperValue()

setLowerValue

protected void setLowerValue(T lowerValue)

setUpperValue

protected void setUpperValue(T upperValue)


Copyright © 2011. All Rights Reserved.