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

Packages that use WALEdit
org.apache.hadoop.hbase.constraint Restrict the domain of a data attribute, often times to fulfill business rules/requirements. 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.security.access   
 

Uses of WALEdit in org.apache.hadoop.hbase.constraint
 

Methods in org.apache.hadoop.hbase.constraint with parameters of type WALEdit
 void ConstraintProcessor.prePut(ObserverContext<RegionCoprocessorEnvironment> e, Put put, WALEdit edit, boolean writeToWAL)
           
 

Uses of WALEdit in org.apache.hadoop.hbase.coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type WALEdit
 void RegionObserver.postDelete(ObserverContext<RegionCoprocessorEnvironment> c, Delete delete, WALEdit edit, boolean writeToWAL)
          Called after the client deletes a value.
 void BaseRegionObserver.postDelete(ObserverContext<RegionCoprocessorEnvironment> e, Delete delete, WALEdit edit, boolean writeToWAL)
           
 void RegionObserver.postPut(ObserverContext<RegionCoprocessorEnvironment> c, Put put, WALEdit edit, boolean writeToWAL)
          Called after the client stores a value.
 void BaseRegionObserver.postPut(ObserverContext<RegionCoprocessorEnvironment> e, Put put, WALEdit edit, boolean writeToWAL)
           
 void RegionObserver.postWALRestore(ObserverContext<RegionCoprocessorEnvironment> ctx, HRegionInfo info, HLogKey logKey, WALEdit logEdit)
          Called after a WALEdit replayed for this region.
 void BaseRegionObserver.postWALRestore(ObserverContext<RegionCoprocessorEnvironment> env, HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 void WALObserver.postWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, HRegionInfo info, HLogKey logKey, WALEdit logEdit)
          Called after a WALEdit is writen to WAL.
 void RegionObserver.preDelete(ObserverContext<RegionCoprocessorEnvironment> c, Delete delete, WALEdit edit, boolean writeToWAL)
          Called before the client deletes a value.
 void BaseRegionObserver.preDelete(ObserverContext<RegionCoprocessorEnvironment> e, Delete delete, WALEdit edit, boolean writeToWAL)
           
 void RegionObserver.prePut(ObserverContext<RegionCoprocessorEnvironment> c, Put put, WALEdit edit, boolean writeToWAL)
          Called before the client stores a value.
 void BaseRegionObserver.prePut(ObserverContext<RegionCoprocessorEnvironment> e, Put put, WALEdit edit, boolean writeToWAL)
           
 void RegionObserver.preWALRestore(ObserverContext<RegionCoprocessorEnvironment> ctx, HRegionInfo info, HLogKey logKey, WALEdit logEdit)
          Called before a WALEdit replayed for this region.
 void BaseRegionObserver.preWALRestore(ObserverContext<RegionCoprocessorEnvironment> env, HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 boolean WALObserver.preWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, HRegionInfo info, HLogKey logKey, WALEdit logEdit)
          Called before a WALEdit is writen to WAL.
 

Uses of WALEdit in org.apache.hadoop.hbase.mapreduce
 

Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type WALEdit
 org.apache.hadoop.mapreduce.RecordReader<HLogKey,WALEdit> HLogInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
           
 

Uses of WALEdit in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return WALEdit
 WALEdit MiniBatchOperationInProgress.getWalEdit(int index)
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type WALEdit
 void RegionCoprocessorHost.postDelete(Delete delete, WALEdit edit, boolean writeToWAL)
           
 void RowProcessor.postProcess(HRegion region, WALEdit walEdit)
          The hook to be executed after process().
 void BaseRowProcessor.postProcess(HRegion region, WALEdit walEdit)
           
 void RegionCoprocessorHost.postPut(Put put, WALEdit edit, boolean writeToWAL)
           
 void RegionCoprocessorHost.postWALRestore(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 boolean RegionCoprocessorHost.preDelete(Delete delete, WALEdit edit, boolean writeToWAL)
           
 void RowProcessor.preProcess(HRegion region, WALEdit walEdit)
          The hook to be executed before process().
 void BaseRowProcessor.preProcess(HRegion region, WALEdit walEdit)
           
 boolean RegionCoprocessorHost.prePut(Put put, WALEdit edit, boolean writeToWAL)
           
 boolean RegionCoprocessorHost.preWALRestore(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 void RowProcessor.process(long now, HRegion region, List<KeyValue> mutations, WALEdit walEdit)
          HRegion handles the locks and MVCC and invokes this method properly.
 void MiniBatchOperationInProgress.setWalEdit(int index, WALEdit walEdit)
          Sets the walEdit for the operation(Mutation) at the specified position.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type WALEdit
MiniBatchOperationInProgress(T[] operations, OperationStatus[] retCodeDetails, WALEdit[] walEditsFromCoprocessors, int firstIndex, int lastIndexExclusive)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver.wal that return WALEdit
 WALEdit HLog.Entry.getEdit()
          Gets the edit
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALEdit
 void HLog.append(HRegionInfo info, byte[] tableName, WALEdit edits, long now, HTableDescriptor htd)
          Only used in tests.
 long HLog.append(HRegionInfo info, byte[] tableName, WALEdit edits, UUID clusterId, long now, HTableDescriptor htd)
          Append a set of edits to the log.
 long HLog.append(HRegionInfo regionInfo, HLogKey logKey, WALEdit logEdit, HTableDescriptor htd, boolean doSync)
          Append an entry to the log.
 long HLog.appendNoSync(HRegionInfo info, byte[] tableName, WALEdit edits, UUID clusterId, long now, HTableDescriptor htd)
          Append a set of edits to the log.
 void WALCoprocessorHost.postWALWrite(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 boolean WALCoprocessorHost.preWALWrite(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 void WALActionsListener.visitLogEntryBeforeWrite(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
          Called before each write.
 void WALActionsListener.visitLogEntryBeforeWrite(HTableDescriptor htd, HLogKey logKey, WALEdit logEdit)
           
 

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

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

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type WALEdit
protected  void ReplicationSource.removeNonReplicableEdits(WALEdit edit)
          We only want KVs that are scoped other than local
 void Replication.visitLogEntryBeforeWrite(HRegionInfo info, HLogKey logKey, WALEdit logEdit)
           
 void Replication.visitLogEntryBeforeWrite(HTableDescriptor htd, HLogKey logKey, WALEdit logEdit)
           
 

Uses of WALEdit in org.apache.hadoop.hbase.security.access
 

Methods in org.apache.hadoop.hbase.security.access with parameters of type WALEdit
 void AccessController.postDelete(ObserverContext<RegionCoprocessorEnvironment> c, Delete delete, WALEdit edit, boolean writeToWAL)
           
 void AccessController.postPut(ObserverContext<RegionCoprocessorEnvironment> c, Put put, WALEdit edit, boolean writeToWAL)
           
 void AccessController.preDelete(ObserverContext<RegionCoprocessorEnvironment> c, Delete delete, WALEdit edit, boolean writeToWAL)
           
 void AccessController.prePut(ObserverContext<RegionCoprocessorEnvironment> c, Put put, WALEdit edit, boolean writeToWAL)
           
 



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