Uses of Class
org.apache.hadoop.hbase.client.RowMutations
-
Uses of RowMutations in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAdd a list of mutationsAdd a mutationstatic RowMutations
Create aRowMutations
with the specified mutations.Modifier and TypeMethodDescriptionCheckAndMutate.Builder.build
(RowMutations mutations) Build the CheckAndMutate object with a RowMutations to commit if the check succeeds.private static boolean
AsyncBatchRpcRetryingCaller.hasIncrementOrAppend
(RowMutations mutations) AsyncTable.mutateRow
(RowMutations mutation) Performs multiple mutations atomically on a single row.AsyncTableImpl.mutateRow
(RowMutations mutation) RawAsyncTableImpl.mutateRow
(RowMutations mutations) private <RES,
RESP> CompletableFuture<RESP> RawAsyncTableImpl.mutateRow
(HBaseRpcController controller, HRegionLocation loc, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub, RowMutations mutation, ConnectionUtils.Converter<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest, byte[], RowMutations> reqConvert, Function<RES, RESP> respConverter) default Result
Table.mutateRow
(RowMutations rm) Performs multiple mutations atomically on a single row.TableOverAsyncTable.mutateRow
(RowMutations rm) AsyncTable.CheckAndMutateBuilder.thenMutate
(RowMutations mutation) Deprecated.Specify a RowMutations to commit if the check succeeds.AsyncTable.CheckAndMutateWithFilterBuilder.thenMutate
(RowMutations mutation) Deprecated.Specify a RowMutations to commit if the check succeeds.RawAsyncTableImpl.CheckAndMutateBuilderImpl.thenMutate
(RowMutations mutations) RawAsyncTableImpl.CheckAndMutateWithFilterBuilderImpl.thenMutate
(RowMutations mutations) 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.(package private) static void
ConnectionUtils.validatePutsInRowMutations
(RowMutations rowMutations, int maxKeyValueSize) Modifier and TypeMethodDescriptionprivate <RES,
RESP> CompletableFuture<RESP> RawAsyncTableImpl.mutateRow
(HBaseRpcController controller, HRegionLocation loc, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub, RowMutations mutation, ConnectionUtils.Converter<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest, byte[], RowMutations> reqConvert, Function<RES, RESP> respConverter) -
Uses of RowMutations in org.apache.hadoop.hbase.client.trace
Modifier and TypeMethodDescriptionTableOperationSpanBuilder.setContainerOperations
(RowMutations mutations) -
Uses of RowMutations in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionboolean
HRegion.checkAndRowMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, RowMutations rm) Deprecated.boolean
HRegion.checkAndRowMutate
(byte[] row, Filter filter, TimeRange timeRange, RowMutations rm) Deprecated.default boolean
Region.checkAndRowMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.boolean
Region.checkAndRowMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.default boolean
Region.checkAndRowMutate
(byte[] row, Filter filter, RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.boolean
Region.checkAndRowMutate
(byte[] row, Filter filter, TimeRange timeRange, RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.HRegion.mutateRow
(RowMutations rm) HRegion.mutateRow
(RowMutations rm, long nonceGroup, long nonce) Region.mutateRow
(RowMutations mutations) Performs multiple mutations atomically on a single row. -
Uses of RowMutations in org.apache.hadoop.hbase.thrift2
Modifier and TypeMethodDescriptionstatic RowMutations
ThriftUtilities.rowMutationsFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TRowMutations in) Creates aRowMutations
(HBase) from aTRowMutations
(Thrift)Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TRowMutations
ThriftUtilities.rowMutationsFromHBase
(RowMutations in) -
Uses of RowMutations in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescriptionprivate boolean
ThriftTable.checkAndMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, RowMutations mutation) ThriftTable.mutateRow
(RowMutations rm) boolean
ThriftTable.CheckAndMutateBuilderImpl.thenMutate
(RowMutations mutation)