Uses of Interface
org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment

Packages that use WALCoprocessorEnvironment
org.apache.hadoop.hbase.coprocessor Table of Contents 
 

Uses of WALCoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
 

Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type WALCoprocessorEnvironment
 void WALObserver.postWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, HRegionInfo info, HLogKey logKey, WALEdit logEdit)
          Called after a WALEdit is writen to WAL.
 boolean WALObserver.preWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, HRegionInfo info, HLogKey logKey, WALEdit logEdit)
          Called before a WALEdit is writen to WAL.
 



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