Uses of Class
org.apache.hadoop.hbase.regionserver.OperationStatus
Package
Description
-
Uses of OperationStatus in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionstatic final OperationStatus
OperationStatus.FAILURE
Singleton for failed operations.static final OperationStatus
OperationStatus.NOT_RUN
Singleton for operations not yet run.protected final OperationStatus[]
HRegion.BatchOperation.retCodeDetails
private final OperationStatus[]
MiniBatchOperationInProgress.retCodeDetails
static final OperationStatus
OperationStatus.SUCCESS
Singleton for successful operations.Modifier 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.(package private) OperationStatus[]
HRegion.batchReplay
(WALSplitUtil.MutationReplay[] mutations, long replaySeqId) Deprecated.Since 3.0.0, will be removed in 4.0.0.private OperationStatus[]
RSRpcServices.doReplayBatchOp
(HRegion region, List<WALSplitUtil.MutationReplay> mutations, long replaySeqId) Deprecated.Since 3.0.0, will be removed in 4.0.0.MiniBatchOperationInProgress.getOperationStatus
(int index) Returns Gets the status code for the operation(Mutation) at the specified position.private OperationStatus
private OperationStatus
private OperationStatus
Modifier and TypeMethodDescriptionvoid
MiniBatchOperationInProgress.setOperationStatus
(int index, OperationStatus opStatus) Sets the status code for the operation(Mutation) at the specified position.ModifierConstructorDescriptionMiniBatchOperationInProgress
(T[] operations, OperationStatus[] retCodeDetails, WALEdit[] walEditsFromCoprocessors, int firstIndex, int lastIndexExclusive, int readyToWriteCount) -
Uses of OperationStatus in org.apache.hadoop.hbase.security.visibility
Modifier 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.Modifier and TypeMethodDescriptionprivate boolean
DefaultVisibilityLabelServiceImpl.mutateLabelsRegion
(List<Mutation> mutations, OperationStatus[] finalOpStatus) Adds the mutations to labels region and set the results to the finalOpStatus.