@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public class DoubleColumnInterpreter extends ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>
| 构造器和说明 |
|---|
DoubleColumnInterpreter() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
add(Double d1,
Double d2) |
Double |
castToCellType(Double d)
The response message comes as type S.
|
Double |
castToReturnType(Double o)
provides casting opportunity between the data types.
|
int |
compare(Double d1,
Double d2)
This takes care if either of arguments are null. returns 0 if they are
equal or both are null;
> 0 if l1 > l2 or l1 is not null and l2 is null.
|
double |
divideForAvg(Double d1,
Long l2)
used for computing average of <S> data values.
|
Double |
getCellValueFromProto(HBaseProtos.DoubleMsg q)
This method gets the PB message corresponding to the cell type
|
Double |
getMaxValue()
returns the maximum value for this type T
|
Double |
getMinValue() |
Double |
getPromotedValueFromProto(HBaseProtos.DoubleMsg r)
This method gets the promoted type from the proto message
|
HBaseProtos.DoubleMsg |
getProtoForCellType(Double t)
This method gets the PB message corresponding to the cell type
|
HBaseProtos.DoubleMsg |
getProtoForPromotedType(Double s)
This method gets the PB message corresponding to the promoted type
|
HBaseProtos.EmptyMsg |
getRequestData()
This method should return any additional data that is needed on the
server side to construct the ColumnInterpreter.
|
Double |
getValue(byte[] colFamily,
byte[] colQualifier,
Cell c) |
Double |
increment(Double o) |
void |
initialize(HBaseProtos.EmptyMsg msg)
This method should initialize any field(s) of the ColumnInterpreter with
a parsing of the passed message bytes (used on the server side).
|
Double |
multiply(Double d1,
Double d2) |
public Double getValue(byte[] colFamily, byte[] colQualifier, Cell c) throws IOException
getValue 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>IOExceptionpublic Double add(Double d1, Double d2)
add 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>public int compare(Double d1, Double d2)
ColumnInterpreterpublic Double getMaxValue()
ColumnInterpreterpublic Double increment(Double o)
increment 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>public Double multiply(Double d1, Double d2)
multiply 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>public Double getMinValue()
public double divideForAvg(Double d1, Long l2)
ColumnInterpreterdivideForAvg 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>public Double castToReturnType(Double o)
ColumnInterpreterpublic Double castToCellType(Double d)
ColumnInterpreterColumnInterpreter.castToReturnType(Object)public HBaseProtos.EmptyMsg getRequestData()
ColumnInterpreterColumnInterpreter.initialize(P)
method. If there is no ColumnInterpreter specific data (for e.g.,
LongColumnInterpreter)
then null should be returned.getRequestData 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>public void initialize(HBaseProtos.EmptyMsg msg)
ColumnInterpreterpublic HBaseProtos.DoubleMsg getProtoForCellType(Double t)
ColumnInterpretergetProtoForCellType 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>public HBaseProtos.DoubleMsg getProtoForPromotedType(Double s)
ColumnInterpretergetProtoForPromotedType 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>public Double getPromotedValueFromProto(HBaseProtos.DoubleMsg r)
ColumnInterpretergetPromotedValueFromProto 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>public Double getCellValueFromProto(HBaseProtos.DoubleMsg q)
ColumnInterpretergetCellValueFromProto 在类中 ColumnInterpreter<Double,Double,HBaseProtos.EmptyMsg,HBaseProtos.DoubleMsg,HBaseProtos.DoubleMsg>Copyright © 2007–2019. All rights reserved.