Uses of Class
org.apache.hadoop.hbase.hbql.impl.HConnectionImpl

Packages that use HConnectionImpl
org.apache.expreval.expr   
org.apache.expreval.expr.betweenstmt   
org.apache.expreval.expr.calculation   
org.apache.expreval.expr.casestmt   
org.apache.expreval.expr.compare   
org.apache.expreval.expr.function   
org.apache.expreval.expr.ifthenstmt   
org.apache.expreval.expr.instmt   
org.apache.expreval.expr.literal   
org.apache.expreval.expr.node   
org.apache.expreval.expr.nullcomp   
org.apache.expreval.expr.stringpattern   
org.apache.expreval.expr.var   
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.hbql.mapping   
org.apache.hadoop.hbase.hbql.statement   
org.apache.hadoop.hbase.hbql.statement.args   
org.apache.hadoop.hbase.hbql.statement.select   
org.apache.hadoop.hbase.jdbc.impl   
org.apache.yaoql.impl   
 

Uses of HConnectionImpl in org.apache.expreval.expr
 

Methods in org.apache.expreval.expr with parameters of type HConnectionImpl
 Object MultipleExpressionContext.evaluate(HConnectionImpl conn, int i, boolean allowColumns, boolean allowCollections, Object object)
           
 Boolean ExpressionTree.evaluate(HConnectionImpl conn, Object object)
           
 Boolean BooleanNot.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.betweenstmt
 

Methods in org.apache.expreval.expr.betweenstmt with parameters of type HConnectionImpl
 Boolean StringBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean NumberBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean DelegateBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean DateBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean ByteBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.calculation
 

Methods in org.apache.expreval.expr.calculation with parameters of type HConnectionImpl
 String StringCalculation.getValue(HConnectionImpl conn, Object object)
           
 Number NumericCalculation.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateCalculation.getValue(HConnectionImpl conn, Object object)
           
 Long DateCalculation.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.casestmt
 

Methods in org.apache.expreval.expr.casestmt with parameters of type HConnectionImpl
 boolean GenericCaseWhen.getPredicateValue(HConnectionImpl conn, Object object)
           
 String StringCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 String StringCaseElse.getValue(HConnectionImpl conn, Object object)
           
 String StringCase.getValue(HConnectionImpl conn, Object object)
           
 Number NumberCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Number NumberCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Number NumberCase.getValue(HConnectionImpl conn, Object object)
           
 Object GenericCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Object GenericCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Object GenericCase.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateCase.getValue(HConnectionImpl conn, Object object)
           
 Long DateCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Long DateCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Long DateCase.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanCase.getValue(HConnectionImpl conn, Object object)
           
 

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

Methods in org.apache.expreval.expr.compare with parameters of type HConnectionImpl
 Boolean StringCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean NumberCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean DelegateCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean DateCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean ByteCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanCompare.getValue(HConnectionImpl conn, Object object)
           
protected  Object GenericCompare.getValue(int pos, HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.function
 

Methods in org.apache.expreval.expr.function with parameters of type HConnectionImpl
 String StringFunction.getValue(HConnectionImpl conn, Object object)
           
 Number NumberFunction.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateFunction.getValue(HConnectionImpl conn, Object object)
           
 Long DateFunction.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanFunction.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.ifthenstmt
 

Methods in org.apache.expreval.expr.ifthenstmt with parameters of type HConnectionImpl
 String StringIfThen.getValue(HConnectionImpl conn, Object object)
           
 Number NumberIfThen.getValue(HConnectionImpl conn, Object object)
           
 Object GenericIfThen.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateIfThen.getValue(HConnectionImpl conn, Object object)
           
 Long DateIfThen.getValue(HConnectionImpl conn, Object object)
           
 Byte ByteIfThen.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanIfThen.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.instmt
 

Methods in org.apache.expreval.expr.instmt with parameters of type HConnectionImpl
 Boolean GenericInStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean DelegateInStmt.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.literal
 

Methods in org.apache.expreval.expr.literal with parameters of type HConnectionImpl
 T GenericLiteral.getValue(HConnectionImpl conn, Object object)
           
 Object DefaultKeyword.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.node
 

Methods in org.apache.expreval.expr.node with parameters of type HConnectionImpl
 String StringValue.getValue(HConnectionImpl connection, Object object)
           
 Short ShortValue.getValue(HConnectionImpl connection, Object object)
           
 Object ObjectValue.getValue(HConnectionImpl connection, Object object)
           
 Number NumberValue.getValue(HConnectionImpl connection, Object object)
           
 Long LongValue.getValue(HConnectionImpl connection, Object object)
           
 Integer IntegerValue.getValue(HConnectionImpl connection, Object object)
           
 Object GenericValue.getValue(HConnectionImpl connection, Object object)
           
 Float FloatValue.getValue(HConnectionImpl connection, Object object)
           
 Double DoubleValue.getValue(HConnectionImpl connection, Object object)
           
 Long DateValue.getValue(HConnectionImpl connection, Object object)
           
 Short CharValue.getValue(HConnectionImpl connection, Object object)
           
 Byte ByteValue.getValue(HConnectionImpl connection, Object object)
           
 Boolean BooleanValue.getValue(HConnectionImpl connection, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.nullcomp
 

Methods in org.apache.expreval.expr.nullcomp with parameters of type HConnectionImpl
 Boolean GenericNullCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean DelegateNullCompare.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.expreval.expr.stringpattern
 

Methods in org.apache.expreval.expr.stringpattern with parameters of type HConnectionImpl
 Boolean LikeStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean ContainsStmt.getValue(HConnectionImpl conn, Object object)
           
 

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

Methods in org.apache.expreval.expr.var with parameters of type HConnectionImpl
 Object StringColumn.getValue(HConnectionImpl conn, Object object)
           
 Short ShortColumn.getValue(HConnectionImpl conn, Object object)
           
 Object ObjectColumn.getValue(HConnectionImpl conn, Object object)
           
 Object NamedParameter.getValue(HConnectionImpl conn, Object object)
           
 Long LongColumn.getValue(HConnectionImpl conn, Object object)
           
 Object KeyColumn.getValue(HConnectionImpl conn, Object object)
           
 Integer IntegerColumn.getValue(HConnectionImpl conn, Object object)
           
 Float FloatColumn.getValue(HConnectionImpl conn, Object object)
           
 Double DoubleColumn.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateColumn.getValue(HConnectionImpl conn, Object object)
           
 Long DateColumn.getValue(HConnectionImpl conn, Object object)
           
 Short CharColumn.getValue(HConnectionImpl conn, Object object)
           
 Byte ByteColumn.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanColumn.getValue(HConnectionImpl conn, Object object)
           
 

Uses of HConnectionImpl in org.apache.hadoop.hbase.hbql.impl
 

Methods in org.apache.hadoop.hbase.hbql.impl that return HConnectionImpl
 HConnectionImpl Query.getHConnectionImpl()
           
protected  HConnectionImpl HStatementImpl.getHConnectionImpl()
           
protected  HConnectionImpl HResultSetImpl.getHConnectionImpl()
           
protected  HConnectionImpl HConnectionPoolImpl.newElement()
           
 

Methods in org.apache.hadoop.hbase.hbql.impl with parameters of type HConnectionImpl
static
<E> Query<E>
Query.newQuery(HConnectionImpl conn, SelectStatement selectStatement, Class clazz, QueryListener<E>... listeners)
           
 

Constructors in org.apache.hadoop.hbase.hbql.impl with parameters of type HConnectionImpl
HPreparedStatementImpl(HConnectionImpl hbqlConnection, String sql)
           
HStatementImpl(HConnectionImpl conn)
           
MappingManager(HConnectionImpl conn)
           
 

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

Methods in org.apache.hadoop.hbase.hbql.mapping with parameters of type HConnectionImpl
static AnnotationResultAccessor AnnotationResultAccessor.newAnnotationMapping(HConnectionImpl conn, Class<?> clazz)
           
abstract  Object ResultAccessor.newObject(HConnectionImpl conn, MappingContext mappingContext, List<SelectElement> selectElementList, int maxVersions, org.apache.hadoop.hbase.client.Result result)
           
 Object HRecordResultAccessor.newObject(HConnectionImpl conn, MappingContext mappingContext, List<SelectElement> selectElementList, int maxVersions, org.apache.hadoop.hbase.client.Result result)
           
 Object AnnotationResultAccessor.newObject(HConnectionImpl conn, MappingContext mappingContext, List<SelectElement> selectElementList, int maxVersions, org.apache.hadoop.hbase.client.Result result)
           
 void MappingContext.validateMappingName(HConnectionImpl conn)
           
 

Constructors in org.apache.hadoop.hbase.hbql.mapping with parameters of type HConnectionImpl
TableMapping(HConnectionImpl conn, boolean tempMapping, boolean systemMapping, String mappingName, String tableName, KeyInfo keyInfo, List<FamilyMapping> familyMappingList)
           
 

Uses of HConnectionImpl in org.apache.hadoop.hbase.hbql.statement
 

Methods in org.apache.hadoop.hbase.hbql.statement that return HConnectionImpl
 HConnectionImpl InsertStatement.getConnection()
           
 

Methods in org.apache.hadoop.hbase.hbql.statement with parameters of type HConnectionImpl
 boolean StatementPredicate.evaluate(HConnectionImpl conn)
           
 ExecutionResults GenericStatement.evaluatePredicateAndExecute(HConnectionImpl conn)
           
 ExecutionResults ConnectionStatement.evaluatePredicateAndExecute(HConnectionImpl connection)
           
protected  ExecutionResults SplitTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults ShowTablesStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults ShowQueryExecutorPoolsStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults ShowMappingsStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults ShowAsyncExecutorsStatement.execute(HConnectionImpl conn)
           
 ExecutionResults ParseStatement.execute(HConnectionImpl connection)
           
protected  ExecutionResults InsertStatement.execute(HConnectionImpl conn)
           
 ExecutionResults ImportStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults GenericStatement.execute(HConnectionImpl connection)
           
protected  ExecutionResults FlushTableStatement.execute(HConnectionImpl conn)
           
 ExecutionResults EvalStatement.execute(HConnectionImpl connection)
           
protected  ExecutionResults EnableTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DropTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DropQueryExecutorPoolStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DropMappingStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DropIndexForTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DropIndexForMappingStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DropAsyncExecutorStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DisableTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DescribeTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DescribeMappingStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DescribeIndexForTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DescribeIndexForMappingStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults DeleteStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults CreateTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults CreateQueryExecutorPoolStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults CreateMappingStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults CreateIndexStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults CreateAsyncExecutorStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults CompactTableStatement.execute(HConnectionImpl conn)
           
protected  ExecutionResults AlterTableStatement.execute(HConnectionImpl conn)
           
 void DropFamilyAction.execute(HConnectionImpl conn, org.apache.hadoop.hbase.client.HBaseAdmin admin, String tableName)
           
 void AlterTableAction.execute(HConnectionImpl connection, org.apache.hadoop.hbase.client.HBaseAdmin admin, String tableName)
           
 void AlterFamilyAction.execute(HConnectionImpl conn, org.apache.hadoop.hbase.client.HBaseAdmin admin, String tableName)
           
 void AddFamilyAction.execute(HConnectionImpl conn, org.apache.hadoop.hbase.client.HBaseAdmin admin, String tableName)
           
static boolean ImportStatement.processInput(PrintWriter out, HConnectionImpl conn, String str)
           
abstract  void StatementWithParameters.validate(HConnectionImpl connection)
           
 void SelectStatement.validate(HConnectionImpl conn)
           
 void InsertStatement.validate(HConnectionImpl conn)
           
 void DeleteStatement.validate(HConnectionImpl conn)
           
 

Uses of HConnectionImpl in org.apache.hadoop.hbase.hbql.statement.args
 

Methods in org.apache.hadoop.hbase.hbql.statement.args with parameters of type HConnectionImpl
 List<RowRequest> WithArgs.getRowRequestList(HConnectionImpl conn, Mapping mapping, Set<ColumnAttrib> columnAttribs)
           
 Object SingleRowInsertSource.getValue(HConnectionImpl conn, int i)
           
 Object SelectValuesInsertSource.getValue(HConnectionImpl conn, int i)
           
abstract  Object InsertValueSource.getValue(HConnectionImpl conn, int i)
           
 void WithArgs.validate(HConnectionImpl conn, TableMapping mapping)
           
 

Uses of HConnectionImpl in org.apache.hadoop.hbase.hbql.statement.select
 

Methods in org.apache.hadoop.hbase.hbql.statement.select with parameters of type HConnectionImpl
 void SelectExpressionContext.assignSelectValue(HConnectionImpl conn, Object obj, int maxVerions, org.apache.hadoop.hbase.client.Result result)
           
 void SelectElement.assignSelectValue(HConnectionImpl connection, Object newobj, int maxVerions, org.apache.hadoop.hbase.client.Result result)
           
 void FamilySelectElement.assignSelectValue(HConnectionImpl conn, Object obj, int maxVersions, org.apache.hadoop.hbase.client.Result result)
           
 Object SimpleExpressionContext.getValue(HConnectionImpl conn)
           
 Object SelectExpressionContext.getValue(HConnectionImpl conn, org.apache.hadoop.hbase.client.Result result)
           
 

Uses of HConnectionImpl in org.apache.hadoop.hbase.jdbc.impl
 

Methods in org.apache.hadoop.hbase.jdbc.impl that return HConnectionImpl
protected  HConnectionImpl StatementImpl.getHConnectionImpl()
           
 HConnectionImpl ConnectionImpl.getHConnectionImpl()
           
 

Uses of HConnectionImpl in org.apache.yaoql.impl
 

Methods in org.apache.yaoql.impl with parameters of type HConnectionImpl
 Object ReflectionResultAccessor.newObject(HConnectionImpl conn, MappingContext mappingContext, List<SelectElement> selectElementList, int maxVersions, org.apache.hadoop.hbase.client.Result result)
           
 



Copyright © 2011. All Rights Reserved.