Uses of Interface
org.apache.hadoop.hbase.regionserver.wal.WALActionsListener

Packages that use WALActionsListener
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.replication.regionserver   
 

Uses of WALActionsListener in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type WALActionsListener
protected  List<WALActionsListener> HRegionServer.getWALActionListeners()
          Called by HRegionServer.instantiateHLog(Path, Path) setting up WAL instance.
 

Uses of WALActionsListener in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALActionsListener
 void HLog.registerWALActionsListener(WALActionsListener listener)
           
 boolean HLog.unregisterWALActionsListener(WALActionsListener listener)
           
 

Constructor parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type WALActionsListener
HLog(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path dir, org.apache.hadoop.fs.Path oldLogDir, org.apache.hadoop.conf.Configuration conf, List<WALActionsListener> listeners, boolean failIfLogDirExists, String prefix)
          Create an edit log at the given dir location.
HLog(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path dir, org.apache.hadoop.fs.Path oldLogDir, org.apache.hadoop.conf.Configuration conf, List<WALActionsListener> listeners, String prefix)
          Create an edit log at the given dir location.
 

Uses of WALActionsListener in org.apache.hadoop.hbase.replication.regionserver
 

Classes in org.apache.hadoop.hbase.replication.regionserver that implement WALActionsListener
 class Replication
          Gateway to Replication.
 



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