Class ClientMetaCoprocessorHost.ClientMetaEnvironment
java.lang.Object
org.apache.hadoop.hbase.coprocessor.BaseEnvironment<ClientMetaCoprocessor>
org.apache.hadoop.hbase.coprocessor.ClientMetaCoprocessorHost.ClientMetaEnvironment
- All Implemented Interfaces:
ClientMetaCoprocessorEnvironment,CoprocessorEnvironment<ClientMetaCoprocessor>
- Enclosing class:
- ClientMetaCoprocessorHost
private static class ClientMetaCoprocessorHost.ClientMetaEnvironment
extends BaseEnvironment<ClientMetaCoprocessor>
implements ClientMetaCoprocessorEnvironment
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
impl, priority, state -
Constructor Summary
ConstructorsConstructorDescriptionClientMetaEnvironment(ClientMetaCoprocessor 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, startupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.CoprocessorEnvironment
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getVersion
-
Constructor Details
-
ClientMetaEnvironment
public ClientMetaEnvironment(ClientMetaCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf)
-