Uses of Class
org.apache.hadoop.hbase.regionserver.wal.HLogSplitter.MutationReplay

Packages that use HLogSplitter.MutationReplay
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
 

Uses of HLogSplitter.MutationReplay in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HLogSplitter.MutationReplay
 OperationStatus[] HRegion.batchReplay(HLogSplitter.MutationReplay[] mutations)
          Replay a batch of mutations.
 

Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type HLogSplitter.MutationReplay
protected  OperationStatus[] HRegionServer.doReplayBatchOp(HRegion region, List<HLogSplitter.MutationReplay> mutations)
          Execute a list of Put/Delete mutations.
 

Uses of HLogSplitter.MutationReplay in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return types with arguments of type HLogSplitter.MutationReplay
static List<HLogSplitter.MutationReplay> HLogSplitter.getMutationsFromWALEntry(AdminProtos.WALEntry entry, CellScanner cells, Pair<HLogKey,WALEdit> logEntry, boolean addLogReplayTag)
          This function is used to construct mutations from a WALEntry.
 



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