Uses of Class
org.apache.expreval.expr.var.NamedParameter

Packages that use NamedParameter
org.apache.expreval.expr   
org.apache.expreval.expr.var   
org.apache.hadoop.hbase.hbql.statement   
org.apache.hadoop.hbase.hbql.statement.args   
org.apache.hadoop.hbase.hbql.statement.select   
 

Uses of NamedParameter in org.apache.expreval.expr
 

Methods in org.apache.expreval.expr that return types with arguments of type NamedParameter
 Map<String,List<NamedParameter>> MultipleExpressionContext.getNamedParamMap()
           
 List<NamedParameter> MultipleExpressionContext.getParameterList()
           
 

Methods in org.apache.expreval.expr with parameters of type NamedParameter
 void MultipleExpressionContext.addNamedParameter(NamedParameter param)
           
 

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

Methods in org.apache.expreval.expr.var that return types with arguments of type NamedParameter
static Comparator<? super NamedParameter> NamedParameter.getComparator()
           
 

Methods in org.apache.expreval.expr.var with parameters of type NamedParameter
 int NamedParameter.NamedParameterComparator.compare(NamedParameter param1, NamedParameter param2)
           
 

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

Methods in org.apache.hadoop.hbase.hbql.statement that return NamedParameter
 NamedParameter NamedParameters.getParameter(int i)
           
 

Methods in org.apache.hadoop.hbase.hbql.statement that return types with arguments of type NamedParameter
 AtomicReference<List<NamedParameter>> NamedParameters.getAtomicParamList()
           
 List<NamedParameter> NamedParameters.getParameterList()
           
 

Method parameters in org.apache.hadoop.hbase.hbql.statement with type arguments of type NamedParameter
 void NamedParameters.addParameters(Collection<NamedParameter> params)
           
 

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

Methods in org.apache.hadoop.hbase.hbql.statement.args that return types with arguments of type NamedParameter
 List<NamedParameter> WithArgs.getParameterList()
           
 List<NamedParameter> SingleRowInsertSource.getParameterList()
           
 List<NamedParameter> SelectValuesInsertSource.getParameterList()
           
 List<NamedParameter> KeyRangeArgs.getParameterList()
           
abstract  List<NamedParameter> InsertValueSource.getParameterList()
           
 

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

Methods in org.apache.hadoop.hbase.hbql.statement.select that return types with arguments of type NamedParameter
 List<NamedParameter> SelectElement.getParameterList()
           
 List<NamedParameter> FamilySelectElement.getParameterList()
           
 



Copyright © 2011. All Rights Reserved.