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 that return types with arguments of type org.apache.hadoop.hbase.client.Row in inModifier and TypeMethodDescriptionList<? extends org.apache.hadoop.hbase.client.Row>AsyncRequestFuture.getFailedOperations()org.apache.hadoop.hbase.client.RowAccess<? extends org.apache.hadoop.hbase.client.Row>AsyncProcessTask.getRowAccess()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.intCheckAndMutate.compareTo(org.apache.hadoop.hbase.client.Row row) intGet.compareTo(org.apache.hadoop.hbase.client.Row other) intMutation.compareTo(org.apache.hadoop.hbase.client.Row d) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.intRegionCoprocessorServiceExec.compareTo(org.apache.hadoop.hbase.client.Row o) intRow.compareTo(org.apache.hadoop.hbase.client.Row var1) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.intRowMutations.compareTo(org.apache.hadoop.hbase.client.Row i) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.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.voidvoidHTable.batch(List<? extends org.apache.hadoop.hbase.client.Row> actions, Object[] results, int rpcTimeout) 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.<R> voidHTable.batchCallback(List<? extends org.apache.hadoop.hbase.client.Row> actions, Object[] results, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback) 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) Same asTable.batch(List, Object[]), but with a callback.static <R> voidHTable.doBatchWithCallback(List<? extends org.apache.hadoop.hbase.client.Row> actions, Object[] results, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback, org.apache.hadoop.hbase.client.ClusterConnection connection, ExecutorService pool, org.apache.hadoop.hbase.TableName tableName, Map<String, byte[]> requestAttributes) <R> voidHTable.processBatchCallback(List<? extends org.apache.hadoop.hbase.client.Row> list, Object[] results, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback) Process a mixed batch of Get, Put and Delete actions.org.apache.hadoop.hbase.client.AsyncProcessTask.Builder<T>AsyncProcessTask.Builder.setRowAccess(List<? extends org.apache.hadoop.hbase.client.Row> rows) org.apache.hadoop.hbase.client.AsyncProcessTask.Builder<T>AsyncProcessTask.Builder.setRowAccess(org.apache.hadoop.hbase.client.RowAccess<? extends org.apache.hadoop.hbase.client.Row> rows) 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) -
Uses of org.apache.hadoop.hbase.client.Row in org.apache.hadoop.hbase.util
Method parameters in org.apache.hadoop.hbase.util with type arguments of type org.apache.hadoop.hbase.client.Row in inModifier and TypeMethodDescription<R> voidMultiHConnection.processBatchCallback(List<? extends org.apache.hadoop.hbase.client.Row> actions, org.apache.hadoop.hbase.TableName tableName, Object[] results, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback) Randomly pick a connection and process the batch of actions for a given table