Uses of Class
org.apache.hadoop.hbase.client.RowMutations
Packages that use RowMutations
-
Uses of RowMutations in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return RowMutationsModifier and TypeMethodDescriptionAdd a list of mutationsAdd a mutationstatic RowMutations
Create aRowMutations
with the specified mutations.Methods in org.apache.hadoop.hbase.client with parameters of type RowMutationsModifier 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) Method parameters in org.apache.hadoop.hbase.client with type arguments of type RowMutationsModifier 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
Methods in org.apache.hadoop.hbase.client.trace with parameters of type RowMutationsModifier and TypeMethodDescriptionTableOperationSpanBuilder.setContainerOperations
(RowMutations mutations) -
Uses of RowMutations in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type RowMutationsModifier 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
Methods in org.apache.hadoop.hbase.thrift2 that return RowMutationsModifier and TypeMethodDescriptionstatic RowMutations
ThriftUtilities.rowMutationsFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TRowMutations in) Creates aRowMutations
(HBase) from aTRowMutations
(Thrift)Methods in org.apache.hadoop.hbase.thrift2 with parameters of type RowMutationsModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TRowMutations
ThriftUtilities.rowMutationsFromHBase
(RowMutations in) -
Uses of RowMutations in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client with parameters of type RowMutationsModifier 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)