Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.security.visibility |
Modifier and Type | Field and Description |
---|---|
static OperationStatus |
OperationStatus.FAILURE
Singleton for failed operations.
|
static OperationStatus |
OperationStatus.NOT_RUN
Singleton for operations not yet run.
|
private OperationStatus[] |
MiniBatchOperationInProgress.retCodeDetails |
protected OperationStatus[] |
HRegion.BatchOperation.retCodeDetails |
static OperationStatus |
OperationStatus.SUCCESS
Singleton for successful operations.
|
Modifier and Type | Method and Description |
---|---|
private OperationStatus[] |
HRegion.batchMutate(HRegion.BatchOperation<?> batchOp)
Perform a batch of mutations.
|
OperationStatus[] |
Region.batchMutate(Mutation[] mutations)
Perform a batch of mutations.
|
OperationStatus[] |
HRegion.batchMutate(Mutation[] mutations) |
(package private) OperationStatus[] |
HRegion.batchMutate(Mutation[] mutations,
boolean atomic) |
OperationStatus[] |
HRegion.batchMutate(Mutation[] mutations,
boolean atomic,
long nonceGroup,
long nonce) |
OperationStatus[] |
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.
|
OperationStatus |
MiniBatchOperationInProgress.getOperationStatus(int index)
n * @return Gets the status code for the operation(Mutation) at the specified position.
|
private OperationStatus |
HRegion.mutate(Mutation mutation) |
private OperationStatus |
HRegion.mutate(Mutation mutation,
boolean atomic) |
private OperationStatus |
HRegion.mutate(Mutation mutation,
boolean atomic,
long nonceGroup,
long nonce) |
Modifier and Type | Method and Description |
---|---|
void |
MiniBatchOperationInProgress.setOperationStatus(int index,
OperationStatus opStatus)
Sets the status code for the operation(Mutation) at the specified position.
|
Constructor and Description |
---|
MiniBatchOperationInProgress(T[] operations,
OperationStatus[] retCodeDetails,
WALEdit[] walEditsFromCoprocessors,
int firstIndex,
int lastIndexExclusive,
int readyToWriteCount) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
DefaultVisibilityLabelServiceImpl.mutateLabelsRegion(List<Mutation> mutations,
OperationStatus[] finalOpStatus)
Adds the mutations to labels region and set the results to the finalOpStatus.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.