|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mapping | |
---|---|
org.apache.expreval.expr | |
org.apache.hadoop.hbase.hbql.mapping | |
org.apache.hadoop.hbase.hbql.statement.args | |
org.apache.hadoop.hbase.hbql.statement.select | |
org.apache.yaoql.impl |
Uses of Mapping in org.apache.expreval.expr |
---|
Methods in org.apache.expreval.expr that return Mapping | |
---|---|
Mapping |
MultipleExpressionContext.getMapping()
|
Methods in org.apache.expreval.expr with parameters of type Mapping | |
---|---|
static ExpressionTree |
ExpressionTree.newExpressionTree(Mapping mapping,
GenericValue booleanValue)
|
Uses of Mapping in org.apache.hadoop.hbase.hbql.mapping |
---|
Subclasses of Mapping in org.apache.hadoop.hbase.hbql.mapping | |
---|---|
class |
TableMapping
|
Methods in org.apache.hadoop.hbase.hbql.mapping that return Mapping | |
---|---|
Mapping |
ResultAccessor.getMapping()
|
Mapping |
MappingContext.getMapping()
|
Methods in org.apache.hadoop.hbase.hbql.mapping with parameters of type Mapping | |
---|---|
void |
MappingContext.setMapping(Mapping mapping)
|
Constructors in org.apache.hadoop.hbase.hbql.mapping with parameters of type Mapping | |
---|---|
MappingContext(Mapping mapping)
|
Uses of Mapping in org.apache.hadoop.hbase.hbql.statement.args |
---|
Methods in org.apache.hadoop.hbase.hbql.statement.args with parameters of type Mapping | |
---|---|
List<RowRequest> |
WithArgs.getRowRequestList(HConnectionImpl conn,
Mapping mapping,
Set<ColumnAttrib> columnAttribs)
|
Uses of Mapping in org.apache.hadoop.hbase.hbql.statement.select |
---|
Methods in org.apache.hadoop.hbase.hbql.statement.select with parameters of type Mapping | |
---|---|
org.apache.hadoop.hbase.client.ResultScanner |
ScanRequest.getResultScanner(Mapping mapping,
WithArgs withArgs,
org.apache.hadoop.hbase.client.HTableInterface table)
|
org.apache.hadoop.hbase.client.ResultScanner |
RowRequest.getResultScanner(Mapping mapping,
WithArgs withArgs,
org.apache.hadoop.hbase.client.HTableInterface table)
|
org.apache.hadoop.hbase.client.ResultScanner |
IndexRequest.getResultScanner(Mapping mapping,
WithArgs withArgs,
org.apache.hadoop.hbase.client.HTableInterface table)
|
org.apache.hadoop.hbase.client.ResultScanner |
GetRequest.getResultScanner(Mapping mapping,
WithArgs withArgs,
org.apache.hadoop.hbase.client.HTableInterface table)
|
Uses of Mapping in org.apache.yaoql.impl |
---|
Subclasses of Mapping in org.apache.yaoql.impl | |
---|---|
class |
ReflectionMapping
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |