Uses of Interface
org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler

Packages that use MonitoredRPCHandler
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.monitoring   
 

Uses of MonitoredRPCHandler in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type MonitoredRPCHandler
 Pair<com.google.protobuf.Message,CellScanner> RpcServerInterface.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status)
           
 Pair<com.google.protobuf.Message,CellScanner> RpcServer.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status)
          This is a server side method, which is invoked over RPC.
 

Uses of MonitoredRPCHandler in org.apache.hadoop.hbase.monitoring
 

Classes in org.apache.hadoop.hbase.monitoring that implement MonitoredRPCHandler
 class MonitoredRPCHandlerImpl
          A MonitoredTask implementation designed for use with RPC Handlers handling frequent, short duration tasks.
 

Methods in org.apache.hadoop.hbase.monitoring that return MonitoredRPCHandler
 MonitoredRPCHandler TaskMonitor.createRPCStatus(String description)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.