Uses of Class
org.apache.hadoop.hbase.regionserver.wal.HLog.Entry

Packages that use HLog.Entry
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.replication.regionserver   
 

Uses of HLog.Entry in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return HLog.Entry
static HLog.Entry[] ReplicationProtbufUtil.toHLogEntries(List<AdminProtos.WALEntry> protoList)
          Get the HLog entries from a list of protocol buffer WALEntry
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type HLog.Entry
static AdminProtos.ReplicateWALEntryRequest ReplicationProtbufUtil.buildReplicateWALEntryRequest(HLog.Entry[] entries)
          Create a new ReplicateWALEntryRequest from a list of HLog entries
static void ReplicationProtbufUtil.replicateWALEntry(AdminProtocol admin, HLog.Entry[] entries)
          A helper to replicate a list of HLog entries using admin protocol.
 

Uses of HLog.Entry in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HLog.Entry
 void ReplicationSinkService.replicateLogEntries(HLog.Entry[] entries)
          Carry on the list of log entries down to the sink
 

Uses of HLog.Entry in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return HLog.Entry
 HLog.Entry SequenceFileLogReader.next()
           
 HLog.Entry HLog.Reader.next()
           
 HLog.Entry SequenceFileLogReader.next(HLog.Entry reuse)
           
 HLog.Entry HLog.Reader.next(HLog.Entry reuse)
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLog.Entry
 void SequenceFileLogWriter.append(HLog.Entry entry)
           
 void HLog.Writer.append(HLog.Entry entry)
           
 HLog.Entry SequenceFileLogReader.next(HLog.Entry reuse)
           
 HLog.Entry HLog.Reader.next(HLog.Entry reuse)
           
 

Uses of HLog.Entry in org.apache.hadoop.hbase.replication.regionserver
 

Methods in org.apache.hadoop.hbase.replication.regionserver that return HLog.Entry
 HLog.Entry ReplicationHLogReaderManager.readNextAndSetPosition(HLog.Entry[] entriesArray, int currentNbEntries)
          Get the next entry, returned and also added in the array
 

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type HLog.Entry
 HLog.Entry ReplicationHLogReaderManager.readNextAndSetPosition(HLog.Entry[] entriesArray, int currentNbEntries)
          Get the next entry, returned and also added in the array
 void ReplicationSink.replicateEntries(HLog.Entry[] entries)
          Replicate this array of entries directly into the local cluster using the native client.
 void Replication.replicateLogEntries(HLog.Entry[] entries)
          Carry on the list of log entries down to the sink
 



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