|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exec | |
---|---|
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver |
Uses of Exec in org.apache.hadoop.hbase.ipc |
---|
Methods in org.apache.hadoop.hbase.ipc with parameters of type Exec | |
---|---|
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. |
Uses of Exec in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master with parameters of type Exec | |
---|---|
ExecResult |
HMaster.execCoprocessor(Exec call)
|
Uses of Exec in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type Exec | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |