static class MasterCoprocessorHost.MasterEnvironment extends CoprocessorHost.Environment implements MasterCoprocessorEnvironment
Modifier and Type | Field and Description |
---|---|
private MasterServices |
masterServices |
impl, openTables, priority
Constructor and Description |
---|
MasterCoprocessorHost.MasterEnvironment(Class<?> implClass,
Coprocessor impl,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf,
MasterServices services) |
Modifier and Type | Method and Description |
---|---|
MasterServices |
getMasterServices() |
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getTable, getTable, getVersion, shutdown, startup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getTable, getTable, getVersion
private MasterServices masterServices
public MasterCoprocessorHost.MasterEnvironment(Class<?> implClass, Coprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, MasterServices services)
public MasterServices getMasterServices()
getMasterServices
in interface MasterCoprocessorEnvironment
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.