| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.client.trace | |
| org.apache.hadoop.hbase.shaded.protobuf | 
| Modifier and Type | Method and Description | 
|---|---|
| RowMutations | RowMutations. add(List<? extends Mutation> mutations)Add a list of mutations | 
| RowMutations | RowMutations. add(Mutation mutation) | 
| static RowMutations | RowMutations. of(List<? extends Mutation> mutations)Create a  RowMutationswith the specified mutations. | 
| Modifier and Type | Method and Description | 
|---|---|
| CheckAndMutate | CheckAndMutate.Builder. build(RowMutations mutations)Build the CheckAndMutate object with a RowMutations to commit if the check succeeds. | 
| boolean | HTable. checkAndMutate(byte[] row,
              byte[] family,
              byte[] qualifier,
              CompareFilter.CompareOp compareOp,
              byte[] value,
              RowMutations rm)Deprecated.  | 
| default boolean | Table. checkAndMutate(byte[] row,
              byte[] family,
              byte[] qualifier,
              CompareFilter.CompareOp compareOp,
              byte[] value,
              RowMutations mutation)Deprecated. 
 Since 2.0.0. Will be removed in 3.0.0. Use  Table.checkAndMutate(byte[], byte[]) | 
| boolean | HTable. checkAndMutate(byte[] row,
              byte[] family,
              byte[] qualifier,
              CompareOperator op,
              byte[] value,
              RowMutations rm)Deprecated.  | 
| default boolean | Table. checkAndMutate(byte[] row,
              byte[] family,
              byte[] qualifier,
              CompareOperator op,
              byte[] value,
              RowMutations mutation)Deprecated. 
 Since 2.0.0. Will be removed in 3.0.0. Use  Table.checkAndMutate(byte[], byte[]) | 
| CompletableFuture<Result> | AsyncTable. mutateRow(RowMutations mutation)Performs multiple mutations atomically on a single row. | 
| Result | HTable. mutateRow(RowMutations rm) | 
| default Result | Table. mutateRow(RowMutations rm)Performs multiple mutations atomically on a single row. | 
| CompletableFuture<Boolean> | AsyncTable.CheckAndMutateBuilder. thenMutate(RowMutations mutation)Deprecated.  Specify a RowMutations to commit if the check succeeds. | 
| CompletableFuture<Boolean> | AsyncTable.CheckAndMutateWithFilterBuilder. thenMutate(RowMutations mutation)Deprecated.  Specify a RowMutations to commit if the check succeeds. | 
| boolean | Table.CheckAndMutateBuilder. thenMutate(RowMutations mutation)Deprecated.  Specify a RowMutations to commit if the check succeeds. | 
| boolean | Table.CheckAndMutateWithFilterBuilder. thenMutate(RowMutations mutation)Deprecated.  Specify a RowMutations to commit if the check succeeds. | 
| Modifier and Type | Method and Description | 
|---|---|
| TableOperationSpanBuilder | TableOperationSpanBuilder. setContainerOperations(RowMutations mutations) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest | RequestConverter. buildMultiRequest(byte[] regionName,
                 byte[] row,
                 byte[] family,
                 byte[] qualifier,
                 CompareOperator op,
                 byte[] value,
                 Filter filter,
                 TimeRange timeRange,
                 RowMutations rowMutations,
                 long nonceGroup,
                 long nonce,
                 boolean queryMetricsEnabled)Create a protocol buffer MultiRequest for conditioned row mutations | 
| static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest | RequestConverter. buildMultiRequest(byte[] regionName,
                 RowMutations rowMutations,
                 long nonceGroup,
                 long nonce)Create a protocol buffer MultiRequest for row mutations | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.