org.apache.hadoop.hbase.coprocessor
Interface MasterCoprocessorEnvironment

All Superinterfaces:
CoprocessorEnvironment

public interface MasterCoprocessorEnvironment
extends CoprocessorEnvironment


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

Method Detail

getMasterServices

MasterServices getMasterServices()
Returns:
reference to the HMaster services


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.