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
 

Classes in org.apache.hadoop.hbase.regionserver.wal that implement WALActionsListener
 class MetricsWAL
          Class used to push numbers about the WAL into the metrics subsystem.
 

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 © 2007–2015 The Apache Software Foundation. All rights reserved.