Uses of Class
org.apache.hadoop.hbase.client.coprocessor.ExecResult

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

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

Methods in org.apache.hadoop.hbase.ipc that return ExecResult
 ExecResult HRegionInterface.execCoprocessor(byte[] regionName, Exec call)
          Executes a single CoprocessorProtocol method using the registered protocol handlers.
 

Uses of ExecResult in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return ExecResult
 ExecResult HRegion.exec(Exec call)
          Executes a single CoprocessorProtocol method using the registered protocol handlers.
 ExecResult HRegionServer.execCoprocessor(byte[] regionName, Exec call)
          Executes a single CoprocessorProtocol method using the registered protocol handlers.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.