Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.security.visibility |
Modifier and Type | Method and Description |
---|---|
OperationStatus[] |
HRegion.batchMutate(Mutation[] mutations) |
OperationStatus[] |
Region.batchMutate(Mutation[] mutations,
long nonceGroup,
long nonce)
Perform a batch of mutations.
|
OperationStatus[] |
HRegion.batchMutate(Mutation[] mutations,
long nonceGroup,
long nonce) |
OperationStatus[] |
Region.batchReplay(WALSplitter.MutationReplay[] mutations,
long replaySeqId)
Replay a batch of mutations.
|
OperationStatus[] |
HRegion.batchReplay(WALSplitter.MutationReplay[] mutations,
long replaySeqId) |
OperationStatus |
MiniBatchOperationInProgress.getOperationStatus(int index) |
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) |
Modifier and Type | Method and Description |
---|---|
OperationStatus[] |
VisibilityLabelService.addLabels(List<byte[]> labels)
Adds the set of labels into the system.
|
OperationStatus[] |
DefaultVisibilityLabelServiceImpl.addLabels(List<byte[]> labels) |
OperationStatus[] |
VisibilityLabelService.clearAuths(byte[] user,
List<byte[]> authLabels)
Removes given labels from user's globally authorized list of labels.
|
OperationStatus[] |
DefaultVisibilityLabelServiceImpl.clearAuths(byte[] user,
List<byte[]> authLabels) |
OperationStatus[] |
VisibilityLabelService.setAuths(byte[] user,
List<byte[]> authLabels)
Sets given labels globally authorized for the user.
|
OperationStatus[] |
DefaultVisibilityLabelServiceImpl.setAuths(byte[] user,
List<byte[]> authLabels) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.