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

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.CompressionTypeProperty
All Implemented Interfaces:
Serializable

public class CompressionTypeProperty
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
CompressionTypeProperty(String text, String type)
           
 
Method Summary
 org.apache.hadoop.hbase.io.hfile.Compression.Algorithm getCompressionValue()
           
 
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

CompressionTypeProperty

public CompressionTypeProperty(String text,
                               String type)
Method Detail

getCompressionValue

public org.apache.hadoop.hbase.io.hfile.Compression.Algorithm getCompressionValue()
                                                                           throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.