Uses of Class
org.apache.hadoop.hbase.coprocessor.ColumnInterpreter

Packages that use ColumnInterpreter
org.apache.hadoop.hbase.client.coprocessor Provides client classes for invoking Coprocessor RPC protocols 
 

Uses of ColumnInterpreter in org.apache.hadoop.hbase.client.coprocessor
 

Subclasses of ColumnInterpreter in org.apache.hadoop.hbase.client.coprocessor
 class BigDecimalColumnInterpreter
          ColumnInterpreter for doing Aggregation's with BigDecimal columns.
 class DoubleColumnInterpreter
          a concrete column interpreter implementation.
 class LongColumnInterpreter
          a concrete column interpreter implementation.
 

Methods in org.apache.hadoop.hbase.client.coprocessor with parameters of type ColumnInterpreter
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
double
AggregationClient.avg(HTable table, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          This is the client side interface/handle for calling the average method for a given cf-cq combination.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
double
AggregationClient.avg(TableName tableName, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          This is the client side interface/handle for calling the average method for a given cf-cq combination.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
R
AggregationClient.max(HTable table, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          It gives the maximum value of a column for a given column family for the given range.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
R
AggregationClient.max(TableName tableName, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          It gives the maximum value of a column for a given column family for the given range.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
R
AggregationClient.median(HTable table, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          This is the client side interface/handler for calling the median method for a given cf-cq combination.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
R
AggregationClient.median(TableName tableName, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          This is the client side interface/handler for calling the median method for a given cf-cq combination.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
R
AggregationClient.min(HTable table, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          It gives the minimum value of a column for a given column family for the given range.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
R
AggregationClient.min(TableName tableName, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          It gives the minimum value of a column for a given column family for the given range.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
long
AggregationClient.rowCount(HTable table, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          It gives the row count, by summing up the individual results obtained from regions.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
long
AggregationClient.rowCount(TableName tableName, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          It gives the row count, by summing up the individual results obtained from regions.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
double
AggregationClient.std(HTable table, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          This is the client side interface/handle for calling the std method for a given cf-cq combination.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
double
AggregationClient.std(TableName tableName, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          This is the client side interface/handle for calling the std method for a given cf-cq combination.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
S
AggregationClient.sum(HTable table, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          It sums up the value returned from various regions.
<R,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
S
AggregationClient.sum(TableName tableName, ColumnInterpreter<R,S,P,Q,T> ci, Scan scan)
          It sums up the value returned from various regions.
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.