Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
ExecResult |
HRegionInterface.execCoprocessor(byte[] regionName,
Exec call)
Executes a single
CoprocessorProtocol
method using the registered protocol handlers. |
ExecResult |
HMasterInterface.execCoprocessor(Exec call)
Executes a single
CoprocessorProtocol
method using the registered protocol handlers. |
Modifier and Type | Method and Description |
---|---|
ExecResult |
HMaster.execCoprocessor(Exec call) |
Modifier and Type | Method and Description |
---|---|
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 © 2014 The Apache Software Foundation. All Rights Reserved.