org.apache.hadoop.hbase.coprocessor
Interface WALCoprocessorEnvironment

All Superinterfaces:
CoprocessorEnvironment

public interface WALCoprocessorEnvironment
extends CoprocessorEnvironment


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

Method Detail

getWAL

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


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