Uses of Interface
org.apache.hadoop.hbase.client.Row
Packages that use org.apache.hadoop.hbase.client.Row
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.Row in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.Row in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.client.AppendPerforms Append operations on a single row.final classUsed to perform CheckAndMutate operations.classorg.apache.hadoop.hbase.client.DeleteUsed to perform Delete operations on a single row.classorg.apache.hadoop.hbase.client.GetUsed to perform Get operations on a single row.classorg.apache.hadoop.hbase.client.IncrementUsed to perform Increment operations on a single row.classorg.apache.hadoop.hbase.client.Mutationclassorg.apache.hadoop.hbase.client.PutUsed to perform Put operations for a single row.classorg.apache.hadoop.hbase.client.RegionCoprocessorServiceExecRepresents a coprocessor service method execution against a single region.classorg.apache.hadoop.hbase.client.RowMutationsPerforms multiple mutations atomically on a single row.Fields in org.apache.hadoop.hbase.client with type parameters of type org.apache.hadoop.hbase.client.Row in inModifier and TypeFieldDescriptionstatic final Comparator<org.apache.hadoop.hbase.client.Row>Row.COMPARATORMethods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.Row in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.RowAction.getAction()org.apache.hadoop.hbase.client.RowCheckAndMutate.getAction()Returns the action done if check succeedsorg.apache.hadoop.hbase.client.RowRetriesExhaustedWithDetailsException.getRow(int i) Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Row in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.RequestController.ReturnCodeRequestController.Checker.canTakeRow(org.apache.hadoop.hbase.HRegionLocation loc, org.apache.hadoop.hbase.client.Row row) Checks the data whether it is valid to submit.intRegionCoprocessorServiceExec.compareTo(org.apache.hadoop.hbase.client.Row o) Method parameters in org.apache.hadoop.hbase.client with type arguments of type org.apache.hadoop.hbase.client.Row in inModifier and TypeMethodDescription<T> List<CompletableFuture<T>>AsyncTable.batch(List<? extends org.apache.hadoop.hbase.client.Row> actions) Method that does a batch call on Deletes, Gets, Puts, Increments, Appends and RowMutations.default voidMethod that does a batch call on Deletes, Gets, Puts, Increments, Appends, RowMutations.default <T> CompletableFuture<List<T>>AsyncTable.batchAll(List<? extends org.apache.hadoop.hbase.client.Row> actions) A simple version of batch.default <R> voidTable.batchCallback(List<? extends org.apache.hadoop.hbase.client.Row> actions, Object[] results, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback) Deprecated.since 3.0.0, will removed in 4.0.0.Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Row in inModifierConstructorDescriptionAction(org.apache.hadoop.hbase.client.Row action, int originalIndex) Action(org.apache.hadoop.hbase.client.Row action, int originalIndex, int priority) -
Uses of org.apache.hadoop.hbase.client.Row in org.apache.hadoop.hbase.client.trace
Methods in org.apache.hadoop.hbase.client.trace with parameters of type org.apache.hadoop.hbase.client.Row in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.trace.TableOperationSpanBuilderTableOperationSpanBuilder.setContainerOperations(org.apache.hadoop.hbase.client.Row row) org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilderTableOperationSpanBuilder.setOperation(org.apache.hadoop.hbase.client.Row row) Method parameters in org.apache.hadoop.hbase.client.trace with type arguments of type org.apache.hadoop.hbase.client.Row in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.trace.TableOperationSpanBuilderTableOperationSpanBuilder.setContainerOperations(Collection<? extends org.apache.hadoop.hbase.client.Row> operations) org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilderTableOperationSpanBuilder.setOperation(Collection<? extends org.apache.hadoop.hbase.client.Row> operations)