Uses of Class
org.apache.hadoop.hbase.regionserver.OperationStatus
Packages that use OperationStatus
Package
Description
-
Uses of OperationStatus in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as OperationStatusModifier and TypeFieldDescriptionstatic final OperationStatusOperationStatus.FAILURESingleton for failed operations.static final OperationStatusOperationStatus.NOT_RUNSingleton for operations not yet run.protected final OperationStatus[]HRegion.BatchOperation.retCodeDetailsprivate final OperationStatus[]MiniBatchOperationInProgress.retCodeDetailsstatic final OperationStatusOperationStatus.SUCCESSSingleton for successful operations.Methods in org.apache.hadoop.hbase.regionserver that return OperationStatusModifier and TypeMethodDescriptionHRegion.batchMutate(Mutation[] mutations) (package private) OperationStatus[]HRegion.batchMutate(Mutation[] mutations, boolean atomic) HRegion.batchMutate(Mutation[] mutations, boolean atomic, long nonceGroup, long nonce) private OperationStatus[]HRegion.batchMutate(HRegion.BatchOperation<?> batchOp) Perform a batch of mutations.Region.batchMutate(Mutation[] mutations) Perform a batch of mutations.HRegion.batchReplay(WALSplitUtil.MutationReplay[] mutations, long replaySeqId) private OperationStatus[]RSRpcServices.doReplayBatchOp(HRegion region, List<WALSplitUtil.MutationReplay> mutations, long replaySeqId) Execute a list of Put/Delete mutations.MiniBatchOperationInProgress.getOperationStatus(int index) Returns Gets the status code for the operation(Mutation) at the specified position.private OperationStatusprivate OperationStatusprivate OperationStatusMethods in org.apache.hadoop.hbase.regionserver with parameters of type OperationStatusModifier and TypeMethodDescriptionvoidMiniBatchOperationInProgress.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 OperationStatusModifierConstructorDescriptionMiniBatchOperationInProgress(T[] operations, OperationStatus[] retCodeDetails, WALEdit[] walEditsFromCoprocessors, int firstIndex, int lastIndexExclusive, int readyToWriteCount) -
Uses of OperationStatus in org.apache.hadoop.hbase.security.visibility
Methods in org.apache.hadoop.hbase.security.visibility that return OperationStatusModifier and TypeMethodDescriptionAdds the set of labels into the system.DefaultVisibilityLabelServiceImpl.clearAuths(byte[] user, List<byte[]> authLabels) VisibilityLabelService.clearAuths(byte[] user, List<byte[]> authLabels) Removes given labels from user's globally authorized list of labels.Sets given labels globally authorized for the user.Methods in org.apache.hadoop.hbase.security.visibility with parameters of type OperationStatusModifier and TypeMethodDescriptionprivate booleanDefaultVisibilityLabelServiceImpl.mutateLabelsRegion(List<Mutation> mutations, OperationStatus[] finalOpStatus) Adds the mutations to labels region and set the results to the finalOpStatus.