static class RegionServerCoprocessorHost.RegionServerEnvironment extends CoprocessorHost.Environment implements RegionServerCoprocessorEnvironment
Modifier and Type | Field and Description |
---|---|
private RegionServerServices |
regionServerServices |
impl, openTables, priority
Constructor and Description |
---|
RegionServerCoprocessorHost.RegionServerEnvironment(Class<?> implClass,
Coprocessor impl,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf,
RegionServerServices services) |
Modifier and Type | Method and Description |
---|---|
RegionServerServices |
getRegionServerServices()
Gets the region server services.
|
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 RegionServerServices regionServerServices
public RegionServerCoprocessorHost.RegionServerEnvironment(Class<?> implClass, Coprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, RegionServerServices services)
public RegionServerServices getRegionServerServices()
RegionServerCoprocessorEnvironment
getRegionServerServices
in interface RegionServerCoprocessorEnvironment
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.