| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.quotas | |
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivePolicyEnforcement | RegionServerSpaceQuotaManager. getActiveEnforcements()Creates an object well-suited for the RegionServer to use in verifying active policies. | 
| Modifier and Type | Method and Description | 
|---|---|
| private Result | RSRpcServices. append(HRegion region,
      OperationQuota quota,
      org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutation,
      CellScanner cellScanner,
      long nonceGroup,
      ActivePolicyEnforcement spaceQuota)Execute an append mutation. | 
| private CheckAndMutateResult | RSRpcServices. checkAndMutate(HRegion region,
              List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions,
              CellScanner cellScanner,
              org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Condition condition,
              ActivePolicyEnforcement spaceQuotaEnforcement) | 
| private CheckAndMutateResult | RSRpcServices. checkAndMutate(HRegion region,
              OperationQuota quota,
              org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutation,
              CellScanner cellScanner,
              org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Condition condition,
              ActivePolicyEnforcement spaceQuota) | 
| private void | RSRpcServices. delete(HRegion region,
      OperationQuota quota,
      org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutation,
      CellScanner cellScanner,
      ActivePolicyEnforcement spaceQuota) | 
| private void | RSRpcServices. doAtomicBatchOp(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionActionResult.Builder builder,
               HRegion region,
               OperationQuota quota,
               List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> mutations,
               CellScanner cells,
               ActivePolicyEnforcement spaceQuotaEnforcement) | 
| private void | RSRpcServices. doBatchOp(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionActionResult.Builder builder,
         HRegion region,
         OperationQuota quota,
         List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> mutations,
         CellScanner cells,
         ActivePolicyEnforcement spaceQuotaEnforcement,
         boolean atomic)Execute a list of mutations. | 
| private void | RSRpcServices. doNonAtomicBatchOp(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionActionResult.Builder builder,
                  HRegion region,
                  OperationQuota quota,
                  List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> mutations,
                  CellScanner cells,
                  ActivePolicyEnforcement spaceQuotaEnforcement) | 
| private List<CellScannable> | RSRpcServices. doNonAtomicRegionMutation(HRegion region,
                         OperationQuota quota,
                         org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction actions,
                         CellScanner cellScanner,
                         org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionActionResult.Builder builder,
                         List<CellScannable> cellsToReturn,
                         long nonceGroup,
                         RSRpcServices.RegionScannersCloseCallBack closeCallBack,
                         RpcCallContext context,
                         ActivePolicyEnforcement spaceQuotaEnforcement)Run through the regionMutation  rmand per Mutation, do the work, and then when
 done, add an instance of aClientProtos.ResultOrExceptionthat corresponds to each Mutation. | 
| private Result | RSRpcServices. increment(HRegion region,
         OperationQuota quota,
         org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutation,
         CellScanner cells,
         long nonceGroup,
         ActivePolicyEnforcement spaceQuota)Execute an increment mutation. | 
| private void | RSRpcServices. put(HRegion region,
   OperationQuota quota,
   org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutation,
   CellScanner cellScanner,
   ActivePolicyEnforcement spaceQuota) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.