fixup to javadoc on Result by Leif Wickland from up on dev mailing list
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
676072656a
commit
e7b8bd4ab0
|
@ -290,7 +290,7 @@ public class Result implements Writable, WritableWithSize {
|
||||||
* Map of families to all versions of its qualifiers and values.
|
* Map of families to all versions of its qualifiers and values.
|
||||||
* <p>
|
* <p>
|
||||||
* Returns a three level Map of the form:
|
* Returns a three level Map of the form:
|
||||||
* <code>Map<family,Map<qualifier,Map<timestamp,value>>></code>
|
* <code>Map&family,Map<qualifier,Map<timestamp,value>>></code>
|
||||||
* <p>
|
* <p>
|
||||||
* Note: All other map returning methods make use of this map internally.
|
* Note: All other map returning methods make use of this map internally.
|
||||||
* @return map from families to qualifiers to versions
|
* @return map from families to qualifiers to versions
|
||||||
|
@ -335,7 +335,7 @@ public class Result implements Writable, WritableWithSize {
|
||||||
/**
|
/**
|
||||||
* Map of families to their most recent qualifiers and values.
|
* Map of families to their most recent qualifiers and values.
|
||||||
* <p>
|
* <p>
|
||||||
* Returns a two level Map of the form: <code>Map<family,Map<qualifier,value>></code>
|
* Returns a two level Map of the form: <code>Map&family,Map<qualifier,value>></code>
|
||||||
* <p>
|
* <p>
|
||||||
* The most recent version of each qualifier will be used.
|
* The most recent version of each qualifier will be used.
|
||||||
* @return map from families to qualifiers and value
|
* @return map from families to qualifiers and value
|
||||||
|
|
Loading…
Reference in New Issue