Uses of Class
org.apache.hadoop.hbase.regionserver.wal.HLogKey

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

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

Methods in org.apache.hadoop.hbase.regionserver.wal that return HLogKey
 HLogKey HLog.Entry.getKey()
          Gets the key
protected  HLogKey HLog.makeKey(byte[] regionName, byte[] tableName, long seqnum, long now)
           
static HLogKey HLog.newKey(org.apache.hadoop.conf.Configuration conf)
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return types with arguments of type HLogKey
static Class<? extends HLogKey> HLog.getKeyClass(org.apache.hadoop.conf.Configuration conf)
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLogKey
 void HLog.append(HRegionInfo regionInfo, HLogKey logKey, WALEdit logEdit)
          Append an entry to the log.
 int HLogKey.compareTo(HLogKey o)
           
protected  void HLog.doWrite(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 void LogEntryVisitor.visitLogEntryBeforeWrite(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 

Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLogKey
HLog.Entry(HLogKey key, WALEdit edit)
          Constructor for both params
 

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

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type HLogKey
 void Replication.visitLogEntryBeforeWrite(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.