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 WALActionsListener
 WALActionsListener ReplicationSourceService.getWALActionsListener()
          Returns a WALObserver for the service.
 

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type WALActionsListener
protected  List<WALActionsListener> HRegionServer.getMetaWALActionListeners()
           
protected  List<WALActionsListener> HRegionServer.getWALActionListeners()
          Called by HRegionServer.instantiateHLog(Path, String) 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)
          registers WALActionsListener
 boolean HLog.unregisterWALActionsListener(WALActionsListener listener)
          unregisters WALActionsListener
 

Method parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type WALActionsListener
static HLog HLogFactory.createHLog(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path root, String logName, org.apache.hadoop.conf.Configuration conf, List<WALActionsListener> listeners, String prefix)
           
static HLog HLogFactory.createMetaHLog(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path root, String logName, org.apache.hadoop.conf.Configuration conf, List<WALActionsListener> listeners, String prefix)
           
 

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.
 

Methods in org.apache.hadoop.hbase.replication.regionserver that return WALActionsListener
 WALActionsListener Replication.getWALActionsListener()
           
 



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