public class IncrementFilter extends org.apache.hadoop.hbase.filter.FilterBase
IncrementHandler
coprocessor to return the correct value for an increment column by summing the last total sum plus all newer
delta values.org.apache.hadoop.hbase.filter.Filter.ReturnCodereversed| Constructor and Description |
|---|
IncrementFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterKeyValue(org.apache.hadoop.hbase.Cell cell) |
createFilterFromArguments, filterAllRemaining, filterRow, filterRow, filterRowCells, filterRowKey, getNextCellHint, getNextKeyHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transform, transformCellisReversed, parseFrom, setReversedpublic org.apache.hadoop.hbase.filter.Filter.ReturnCode filterKeyValue(org.apache.hadoop.hbase.Cell cell) throws IOException
filterKeyValue in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.