Uses of Class
org.apache.hadoop.hbase.regionserver.OperationStatus

Packages that use OperationStatus
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.security.visibility   
 

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

Methods in org.apache.hadoop.hbase.regionserver that return OperationStatus
 OperationStatus[] HRegion.batchMutate(Mutation[] mutations)
           
 OperationStatus[] HRegion.batchMutate(Mutation[] mutations, long nonceGroup, long nonce)
          Perform a batch of mutations.
 OperationStatus[] HRegion.batchReplay(HLogSplitter.MutationReplay[] mutations)
          Replay a batch of mutations.
protected  OperationStatus[] HRegionServer.doReplayBatchOp(HRegion region, List<HLogSplitter.MutationReplay> mutations)
          Execute a list of Put/Delete mutations.
 OperationStatus MiniBatchOperationInProgress.getOperationStatus(int index)
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type OperationStatus
 void MiniBatchOperationInProgress.setOperationStatus(int index, OperationStatus opStatus)
          Sets the status code for the operation(Mutation) at the specified position.
 

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

Uses of OperationStatus in org.apache.hadoop.hbase.security.visibility
 

Methods in org.apache.hadoop.hbase.security.visibility that return OperationStatus
 OperationStatus[] DefaultVisibilityLabelServiceImpl.addLabels(List<byte[]> labels)
           
 OperationStatus[] VisibilityLabelService.addLabels(List<byte[]> labels)
          Adds the set of labels into the system.
 OperationStatus[] DefaultVisibilityLabelServiceImpl.clearAuths(byte[] user, List<byte[]> authLabels)
           
 OperationStatus[] VisibilityLabelService.clearAuths(byte[] user, List<byte[]> authLabels)
          Removes given labels from user's globally authorized list of labels.
 OperationStatus[] DefaultVisibilityLabelServiceImpl.setAuths(byte[] user, List<byte[]> authLabels)
           
 OperationStatus[] VisibilityLabelService.setAuths(byte[] user, List<byte[]> authLabels)
          Sets given labels globally authorized for the user.
 



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