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.wal   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
 

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

Methods in org.apache.hadoop.hbase.protobuf with parameters of type HLog.Entry
static Pair<AdminProtos.ReplicateWALEntryRequest,CellScanner> ReplicationProtbufUtil.buildReplicateWALEntryRequest(HLog.Entry[] entries)
          Create a new ReplicateWALEntryRequest from a list of HLog entries
static void ReplicationProtbufUtil.replicateWALEntry(AdminProtos.AdminService.BlockingInterface 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.wal
 

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

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLog.Entry
 void ProtobufLogWriter.append(HLog.Entry entry)
           
 void HLog.Writer.append(HLog.Entry entry)
           
 HLog.Entry HLog.Reader.next(HLog.Entry reuse)
           
 HLog.Entry ReaderBase.next(HLog.Entry reuse)
           
protected  boolean ProtobufLogReader.readNext(HLog.Entry entry)
           
protected  boolean SequenceFileLogReader.readNext(HLog.Entry e)
           
protected abstract  boolean ReaderBase.readNext(HLog.Entry e)
          Read next entry.
 

Method parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type HLog.Entry
 void HLog.postAppend(List<HLog.Entry> entries)
          For notification post append to the writer.
 void WALEditsReplaySink.replayEntries(List<Pair<HRegionLocation,HLog.Entry>> entries)
          Replay an array of actions of the same region directly into the newly assigned Region Server
 

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

Methods in org.apache.hadoop.hbase.replication that return HLog.Entry
 HLog.Entry ChainWALEntryFilter.filter(HLog.Entry entry)
           
 HLog.Entry ScopeWALEntryFilter.filter(HLog.Entry entry)
           
 HLog.Entry SystemTableWALEntryFilter.filter(HLog.Entry entry)
           
 HLog.Entry TableCfWALEntryFilter.filter(HLog.Entry entry)
           
 HLog.Entry WALEntryFilter.filter(HLog.Entry entry)
          Applies the filter, possibly returning a different HLog.Entry instance.
 

Methods in org.apache.hadoop.hbase.replication that return types with arguments of type HLog.Entry
 List<HLog.Entry> ReplicationEndpoint.ReplicateContext.getEntries()
           
 

Methods in org.apache.hadoop.hbase.replication with parameters of type HLog.Entry
 HLog.Entry ChainWALEntryFilter.filter(HLog.Entry entry)
           
 HLog.Entry ScopeWALEntryFilter.filter(HLog.Entry entry)
           
 HLog.Entry SystemTableWALEntryFilter.filter(HLog.Entry entry)
           
 HLog.Entry TableCfWALEntryFilter.filter(HLog.Entry entry)
           
 HLog.Entry WALEntryFilter.filter(HLog.Entry entry)
          Applies the filter, possibly returning a different HLog.Entry instance.
 

Method parameters in org.apache.hadoop.hbase.replication with type arguments of type HLog.Entry
 ReplicationEndpoint.ReplicateContext ReplicationEndpoint.ReplicateContext.setEntries(List<HLog.Entry> entries)
           
 

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()
          Get the next entry, returned and also added in the array
 

Method parameters in org.apache.hadoop.hbase.replication.regionserver with type arguments of type HLog.Entry
protected  boolean ReplicationSource.readAllEntriesToReplicateOrNextFile(boolean currentWALisBeingWrittenTo, List<HLog.Entry> entries)
          Read all the entries from the current log files and retain those that need to be replicated.
protected  void ReplicationSource.shipEdits(boolean currentWALisBeingWrittenTo, List<HLog.Entry> entries)
          Do the shipping logic
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.