org.apache.expreval.expr.instmt
Class GenericInStmt.GenericInComparable<T>

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

protected abstract static class GenericInStmt.GenericInComparable<T>
extends org.apache.hadoop.hbase.filter.WritableByteArrayComparable


Constructor Summary
protected GenericInStmt.GenericInComparable()
           
 
Method Summary
protected  List<T> getInValues()
           
protected  void setInValue(List<T> inValues)
           
 
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

GenericInStmt.GenericInComparable

protected GenericInStmt.GenericInComparable()
Method Detail

getInValues

protected List<T> getInValues()

setInValue

protected void setInValue(List<T> inValues)


Copyright © 2011. All Rights Reserved.