org.apache.hadoop.hbase.hbql.mapping
Class FamilyProperty

java.lang.Object
  extended by org.apache.expreval.expr.MultipleExpressionContext
      extended by org.apache.expreval.expr.ExpressionProperty
          extended by org.apache.hadoop.hbase.hbql.mapping.FamilyProperty
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BloomFilterTypeProperty, CompressionTypeProperty

public class FamilyProperty
extends ExpressionProperty

See Also:
Serialized Form

Nested Class Summary
static class FamilyProperty.Type
           
 
Constructor Summary
FamilyProperty(FamilyProperty.Type type, GenericValue... exprs)
           
FamilyProperty(String text, GenericValue... arg0)
           
 
Method Summary
 String asString()
           
 FamilyProperty.Type getEnumType()
           
 
Methods inherited from class org.apache.expreval.expr.ExpressionProperty
allowColumns, getBooleanValue, getIntegerValue, getPropertyType, useResultData, validate
 
Methods inherited from class org.apache.expreval.expr.MultipleExpressionContext
addColumnToUsedList, addExpression, addNamedParameter, evaluate, evaluateConstant, getAttribsUsedInExpr, getColumnsUsedInExpr, getExpressionList, getGenericValue, getMapping, getMappingContext, getNamedParamMap, getParameterList, getResultAccessor, getTableMapping, optimize, reset, setGenericValue, setMappingContext, setParameter, validateTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyProperty

public FamilyProperty(String text,
                      GenericValue... arg0)

FamilyProperty

public FamilyProperty(FamilyProperty.Type type,
                      GenericValue... exprs)
Method Detail

getEnumType

public FamilyProperty.Type getEnumType()

asString

public String asString()
Specified by:
asString in class MultipleExpressionContext


Copyright © 2011. All Rights Reserved.