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

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
              extended by org.apache.hadoop.hbase.hbql.mapping.BloomFilterTypeProperty
All Implemented Interfaces:
Serializable

public class BloomFilterTypeProperty
extends FamilyProperty

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.hbql.mapping.FamilyProperty
FamilyProperty.Type
 
Constructor Summary
BloomFilterTypeProperty(String text, String type)
           
 
Method Summary
 org.apache.hadoop.hbase.regionserver.StoreFile.BloomType getBloomValue()
           
 
Methods inherited from class org.apache.hadoop.hbase.hbql.mapping.FamilyProperty
asString, 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

BloomFilterTypeProperty

public BloomFilterTypeProperty(String text,
                               String type)
Method Detail

getBloomValue

public org.apache.hadoop.hbase.regionserver.StoreFile.BloomType getBloomValue()
                                                                       throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.