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 SummaryFields inherited from class org.apache.hadoop.hbase.coprocessor.BaseEnvironmentimpl, priority
- 
Constructor SummaryConstructorsConstructorDescriptionRpcEnvironment(RpcCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf) 
- 
Method SummaryMethods inherited from class org.apache.hadoop.hbase.coprocessor.BaseEnvironmentgetClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getVersion, shutdown, startupMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.CoprocessorEnvironmentgetClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getVersion
- 
Constructor Details- 
RpcEnvironmentpublic RpcEnvironment(RpcCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf) 
 
-