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

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

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

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type LogEntryVisitor
 void HLog.addLogEntryVisitor(LogEntryVisitor visitor)
           
 void HLog.removeLogEntryVisitor(LogEntryVisitor visitor)
           
 

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

Classes in org.apache.hadoop.hbase.replication.regionserver that implement LogEntryVisitor
 class Replication
          Replication serves as an umbrella over the setup of replication and is used by HRS.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.