org.apache.hadoop.hbase.coprocessor
Interface MasterCoprocessorEnvironment

All Superinterfaces:
CoprocessorEnvironment

@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
@InterfaceStability.Evolving
public interface MasterCoprocessorEnvironment
extends CoprocessorEnvironment


Method Summary
 MasterServices getMasterServices()
           
 
Methods inherited from interface org.apache.hadoop.hbase.CoprocessorEnvironment
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getTable, getTable, getVersion
 

Method Detail

getMasterServices

MasterServices getMasterServices()
Returns:
reference to the HMaster services


Copyright © 2015 The Apache Software Foundation. All rights reserved.