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

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.mapping.ColumnAttrib
      extended by org.apache.hadoop.hbase.hbql.mapping.FieldAttrib
          extended by org.apache.hadoop.hbase.hbql.mapping.VersionAnnotationAttrib
All Implemented Interfaces:
Serializable

public class VersionAnnotationAttrib
extends FieldAttrib

See Also:
Serialized Form

Constructor Summary
VersionAnnotationAttrib(String familyName, String columnName, Field field, FieldType fieldType, String getter, String setter)
           
 
Method Summary
 boolean isACurrentValue()
           
 boolean isAVersionValue()
           
 
Methods inherited from class org.apache.hadoop.hbase.hbql.mapping.FieldAttrib
getComponentType, getCurrentValue, getDefaultValue, getEnclosingClassName, getField, getMethod, getNameToUseInExceptions, getObjectQualifiedName, getObjectQualifiedName, getSimpleObjectQualifiedName, getVersionMap, hasDefaultArg, resetDefaultValue, setAccessible, setCurrentValue, setUnMappedCurrentValue, setUnMappedVersionMap, toString
 
Methods inherited from class org.apache.hadoop.hbase.hbql.mapping.ColumnAttrib
defineAccessors, equals, getAliasName, getColumnDefinition, getColumnName, getColumnNameAsBytes, getDefaultArg, getFamilyName, getFamilyNameAsBytes, getFamilyQualifiedName, getFamilyQualifiedNameAsBytes, getFieldType, getGetter, getGetterMethod, getSetter, getSetterMethod, getValueAsBytes, getValueFromBytes, getValueFromBytes, hasAlias, hasGetter, hashCode, hasSetter, invokeGetterMethod, invokeSetterMethod, isAKeyAttrib, isAnArray, isASelectFamilyAttrib, setCurrentValue, setVersionMap, validateValueWidth
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionAnnotationAttrib

public VersionAnnotationAttrib(String familyName,
                               String columnName,
                               Field field,
                               FieldType fieldType,
                               String getter,
                               String setter)
                        throws HBqlException
Throws:
HBqlException
Method Detail

isACurrentValue

public boolean isACurrentValue()
Overrides:
isACurrentValue in class ColumnAttrib

isAVersionValue

public boolean isAVersionValue()
Overrides:
isAVersionValue in class ColumnAttrib


Copyright © 2011. All Rights Reserved.