Uses of Class
org.apache.hadoop.hbase.client.RowMutations
-
Uses of RowMutations in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAdd a list of mutationsstatic 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.boolean
HTable.checkAndMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, RowMutations rm) Deprecated.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, CompareOperator op, byte[] value, RowMutations mutation) Deprecated.Since 2.0.0.default boolean
Table.checkAndMutate
(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, RowMutations mutation) Deprecated.Since 2.0.0.private CheckAndMutateResult
HTable.doCheckAndMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, Filter filter, TimeRange timeRange, RowMutations rm) private static boolean
AsyncBatchRpcRetryingCaller.hasIncrementOrAppend
(RowMutations mutations) private static boolean
AsyncProcess.hasIncrementOrAppend
(RowMutations mutations) AsyncTable.mutateRow
(RowMutations mutation) Performs multiple mutations atomically on a single row.AsyncTableImpl.mutateRow
(RowMutations mutation) HTable.mutateRow
(RowMutations rm) 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, RawAsyncTableImpl.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.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.boolean
HTable.CheckAndMutateBuilderImpl.thenMutate
(RowMutations mutation) boolean
HTable.CheckAndMutateWithFilterBuilderImpl.thenMutate
(RowMutations mutation) 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, RawAsyncTableImpl.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 2.4.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 2.4.0 and will be removed in 4.0.0.default boolean
Region.checkAndRowMutate
(byte[] row, Filter filter, RowMutations mutations) Deprecated.since 2.4.0 and will be removed in 4.0.0.boolean
Region.checkAndRowMutate
(byte[] row, Filter filter, TimeRange timeRange, RowMutations mutations) Deprecated.since 2.4.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 TypeMethodDescriptionboolean
ThriftTable.checkAndMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, RowMutations mutation) ThriftTable.mutateRow
(RowMutations rm) boolean
ThriftTable.CheckAndMutateBuilderImpl.thenMutate
(RowMutations mutation)