HADOOP-2398. Additional instrumentation for NameNode and RPC server.

Add support for accessing instrumentation statistics via JMX.
(Sanjay radia via dhruba)



git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk/src/contrib/hbase@611906 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dhruba Borthakur 2008-01-14 19:33:01 +00:00
parent 728cb9c5df
commit 830df67181
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ public class HbaseRPC {
this.verbose = verbose;
}
public Writable call(Writable param) throws IOException {
public Writable call(Writable param, long receiveTime) throws IOException {
try {
Invocation call = (Invocation)param;
if (verbose) log("Call: " + call);