HBASE-9205 fix javadoc violations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8abdc34c5
commit
48c1e7aff3
@ -166,8 +166,8 @@ public class Increment extends Mutation implements Comparable<Row> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Before 0.95, when you called {@link Increment#getFamilyMap()}}, you got back
|
||||
* a map of families to a list of Longs. Now, {@link #getFamilyMap()} returns
|
||||
* Before 0.95, when you called Increment#getFamilyMap(), you got back
|
||||
* a map of families to a list of Longs. Now, {@link #getFamilyCellMap()} returns
|
||||
* families by list of Cells. This method has been added so you can have the
|
||||
* old behavior.
|
||||
* @return Map of families to a Map of qualifers and their Long increments.
|
||||
|
@ -284,7 +284,7 @@ extends AggregateService implements CoprocessorService, Coprocessor {
|
||||
* entire column family will be returned.
|
||||
* <p>
|
||||
* The average is computed in
|
||||
* {@link AggregationClient#avg(byte[], ColumnInterpreter, Scan)} by
|
||||
* AggregationClient#avg(byte[], ColumnInterpreter, Scan) by
|
||||
* processing results from all regions, so its "ok" to pass sum and a Long
|
||||
* type.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user