Package org.apache.hadoop.hbase.ipc
Class RpcCoprocessorHost.RpcEnvironment
java.lang.Object
org.apache.hadoop.hbase.coprocessor.BaseEnvironment<RpcCoprocessor>
org.apache.hadoop.hbase.ipc.RpcCoprocessorHost.RpcEnvironment
- All Implemented Interfaces:
RpcCoprocessorEnvironment
,CoprocessorEnvironment<RpcCoprocessor>
- Enclosing class:
- RpcCoprocessorHost
private static class RpcCoprocessorHost.RpcEnvironment
extends BaseEnvironment<RpcCoprocessor>
implements RpcCoprocessorEnvironment
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
impl, priority
-
Constructor Summary
ConstructorDescriptionRpcEnvironment
(RpcCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getVersion, shutdown, startup
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.CoprocessorEnvironment
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getVersion
-
Constructor Details
-
RpcEnvironment
public RpcEnvironment(RpcCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf)
-