javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085505 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f55aa19018
commit
0adc6ef09e
|
@ -1350,7 +1350,7 @@ public class HRegionServer implements HRegionInterface, HBaseRPCErrorHandler,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a reference to the metrics instance used for counting RPC calls.
|
* Return a reference to the metrics instance used for counting RPC calls.
|
||||||
* @return
|
* @return Metrics instance.
|
||||||
*/
|
*/
|
||||||
public HBaseRpcMetrics getRpcMetrics() {
|
public HBaseRpcMetrics getRpcMetrics() {
|
||||||
return server.getRpcMetrics();
|
return server.getRpcMetrics();
|
||||||
|
|
|
@ -125,7 +125,7 @@ public abstract class User {
|
||||||
*
|
*
|
||||||
* <p><strong>This is only applicable when
|
* <p><strong>This is only applicable when
|
||||||
* running on secure Hadoop</strong> -- see
|
* running on secure Hadoop</strong> -- see
|
||||||
* {@link org.apache.hadoop.security.SecurityUtil#login(Configuration,String,String,String)}.
|
* org.apache.hadoop.security.SecurityUtil#login(Configuration,String,String,String).
|
||||||
* On regular Hadoop (without security features), this will safely be ignored.
|
* On regular Hadoop (without security features), this will safely be ignored.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
|
|
@ -40,7 +40,7 @@ version="5.0" xmlns="http://docbook.org/ns/docbook"
|
||||||
<glossary xmlns='http://docbook.org/ns/docbook' xml:id="hbase.default.configuration">
|
<glossary xmlns='http://docbook.org/ns/docbook' xml:id="hbase.default.configuration">
|
||||||
<title>HBase Default Configuration</title>
|
<title>HBase Default Configuration</title>
|
||||||
<para>
|
<para>
|
||||||
This documentation is generated using the default hbase configuration file,
|
The documentation below is generated using the default hbase configuration file,
|
||||||
<filename>hbase-default.xml</filename>, as source.
|
<filename>hbase-default.xml</filename>, as source.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue