Uses of Class
org.apache.hadoop.hbase.hbql.mapping.FieldType

Packages that use FieldType
org.apache.expreval.expr.compare   
org.apache.expreval.expr.var   
org.apache.hadoop.hbase.hbql.io   
org.apache.hadoop.hbase.hbql.mapping   
 

Uses of FieldType in org.apache.expreval.expr.compare
 

Methods in org.apache.expreval.expr.compare with parameters of type FieldType
protected  void GenericCompare.GenericComparable.setValueInBytes(FieldType fieldType, Object val)
           
 

Uses of FieldType in org.apache.expreval.expr.var
 

Methods in org.apache.expreval.expr.var that return FieldType
protected  FieldType GenericColumn.getFieldType()
           
 

Uses of FieldType in org.apache.hadoop.hbase.hbql.io
 

Methods in org.apache.hadoop.hbase.hbql.io with parameters of type FieldType
abstract  byte[] Serialization.getArrayAsBytes(FieldType fieldType, Object obj)
           
 byte[] JavaSerialization.getArrayAsBytes(FieldType fieldType, Object obj)
           
 byte[] HadoopSerialization.getArrayAsBytes(FieldType fieldType, Object obj)
           
abstract  Object Serialization.getArrayFromBytes(FieldType fieldType, Class clazz, byte[] b)
           
 Object JavaSerialization.getArrayFromBytes(FieldType fieldType, Class clazz, byte[] b)
           
 Object HadoopSerialization.getArrayFromBytes(FieldType fieldType, Class clazz, byte[] b)
           
 byte[] Serialization.getNumberEqualityBytes(FieldType fieldType, Number val)
           
 Number Serialization.getNumberFromBytes(FieldType fieldType, byte[] b)
           
abstract  byte[] Serialization.getScalarAsBytes(FieldType fieldType, Object obj)
           
 byte[] JavaSerialization.getScalarAsBytes(FieldType fieldType, Object obj)
           
 byte[] HadoopSerialization.getScalarAsBytes(FieldType fieldType, Object obj)
           
abstract  Object Serialization.getScalarFromBytes(FieldType fieldType, byte[] b)
           
 Object JavaSerialization.getScalarFromBytes(FieldType fieldType, byte[] b)
           
 Object HadoopSerialization.getScalarFromBytes(FieldType fieldType, byte[] b)
           
 

Uses of FieldType in org.apache.hadoop.hbase.hbql.mapping
 

Methods in org.apache.hadoop.hbase.hbql.mapping that return FieldType
 FieldType ColumnDefinition.getFieldType()
           
 FieldType ColumnAttrib.getFieldType()
           
static FieldType FieldType.getFieldType(Class fieldClass)
           
static FieldType FieldType.getFieldType(Field field)
           
static FieldType FieldType.getFieldType(Object obj)
           
static FieldType FieldType.getFieldType(String desc)
           
static FieldType FieldType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldType[] FieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.hbql.mapping with parameters of type FieldType
static ColumnDefinition ColumnDefinition.newFieldAttribColumn(String familyName, String columnName, Field field, FieldType fieldType, String getter, String setter)
           
 

Constructors in org.apache.hadoop.hbase.hbql.mapping with parameters of type FieldType
FieldAttrib(String familyName, String columnName, Field field, FieldType fieldType, String getter, String setter)
           
VersionAnnotationAttrib(String familyName, String columnName, Field field, FieldType fieldType, String getter, String setter)
           
 



Copyright © 2011. All Rights Reserved.