org.apache.hadoop.hbase.coprocessor
Interface WALCoprocessorEnvironment

All Superinterfaces:
CoprocessorEnvironment

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


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

Method Detail

getWAL

HLog getWAL()
Returns:
reference to the region server services


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