@InterfaceAudience.Private public class BigDecimalColumnInterpreter extends ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>
| Constructor and Description | 
|---|
| BigDecimalColumnInterpreter() | 
| Modifier and Type | Method and Description | 
|---|---|
| BigDecimal | add(BigDecimal bd1,
   BigDecimal bd2) | 
| BigDecimal | castToCellType(BigDecimal bd)The response message comes as type S. | 
| BigDecimal | castToReturnType(BigDecimal bd)provides casting opportunity between the data types. | 
| int | compare(BigDecimal bd1,
       BigDecimal bd2)This takes care if either of arguments are null. | 
| double | divideForAvg(BigDecimal bd1,
            Long l2)used for computing average of  | 
| BigDecimal | getCellValueFromProto(HBaseProtos.BigDecimalMsg q)This method gets the PB message corresponding to the cell type | 
| BigDecimal | getMaxValue()returns the maximum value for this type T | 
| BigDecimal | getMinValue() | 
| BigDecimal | getPromotedValueFromProto(HBaseProtos.BigDecimalMsg r)This method gets the promoted type from the proto message | 
| HBaseProtos.BigDecimalMsg | getProtoForCellType(BigDecimal t)This method gets the PB message corresponding to the cell type | 
| HBaseProtos.BigDecimalMsg | getProtoForPromotedType(BigDecimal 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. | 
| BigDecimal | getValue(byte[] colFamily,
        byte[] colQualifier,
        Cell kv)TODO: when removing  ColumnInterpreter.getValue(byte[], byte[], KeyValue), this method should be made abstract | 
| BigDecimal | increment(BigDecimal bd) | 
| 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). | 
| BigDecimal | multiply(BigDecimal bd1,
        BigDecimal bd2) | 
getValuepublic BigDecimal getValue(byte[] colFamily, byte[] colQualifier, Cell kv) throws IOException
ColumnInterpreterColumnInterpreter.getValue(byte[], byte[], KeyValue), this method should be made abstractgetValue in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>IOExceptionpublic BigDecimal add(BigDecimal bd1, BigDecimal bd2)
add in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public int compare(BigDecimal bd1, BigDecimal bd2)
ColumnInterpretercompare in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public BigDecimal getMaxValue()
ColumnInterpretergetMaxValue in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public BigDecimal increment(BigDecimal bd)
increment in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public BigDecimal multiply(BigDecimal bd1, BigDecimal bd2)
multiply in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public BigDecimal getMinValue()
getMinValue in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public double divideForAvg(BigDecimal bd1, Long l2)
ColumnInterpreterdivideForAvg in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public BigDecimal castToReturnType(BigDecimal bd)
ColumnInterpretercastToReturnType in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public BigDecimal castToCellType(BigDecimal bd)
ColumnInterpreterColumnInterpreter.castToReturnType(Object)castToCellType in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>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 in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public void initialize(HBaseProtos.EmptyMsg msg)
ColumnInterpreterinitialize in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public HBaseProtos.BigDecimalMsg getProtoForCellType(BigDecimal t)
ColumnInterpretergetProtoForCellType in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public HBaseProtos.BigDecimalMsg getProtoForPromotedType(BigDecimal s)
ColumnInterpretergetProtoForPromotedType in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public BigDecimal getPromotedValueFromProto(HBaseProtos.BigDecimalMsg r)
ColumnInterpretergetPromotedValueFromProto in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>public BigDecimal getCellValueFromProto(HBaseProtos.BigDecimalMsg q)
ColumnInterpretergetCellValueFromProto in class ColumnInterpreter<BigDecimal,BigDecimal,HBaseProtos.EmptyMsg,HBaseProtos.BigDecimalMsg,HBaseProtos.BigDecimalMsg>Copyright © 2013 The Apache Software Foundation. All Rights Reserved.