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 in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.Append
    Performs Append operations on a single row.
    final class 
    Used to perform CheckAndMutate operations.
    class 
    org.apache.hadoop.hbase.client.Delete
    Used to perform Delete operations on a single row.
    class 
    org.apache.hadoop.hbase.client.Get
    Used to perform Get operations on a single row.
    class 
    org.apache.hadoop.hbase.client.Increment
    Used to perform Increment operations on a single row.
    class 
    org.apache.hadoop.hbase.client.Mutation
     
    class 
    org.apache.hadoop.hbase.client.Put
    Used to perform Put operations for a single row.
    class 
    org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
    Represents a coprocessor service method execution against a single region.
    class 
    org.apache.hadoop.hbase.client.RowMutations
    Performs 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 in
    Modifier and Type
    Field
    Description
    static final Comparator<org.apache.hadoop.hbase.client.Row>
    Row.COMPARATOR
     
    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.Row in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.Row
    Action.getAction()
     
    org.apache.hadoop.hbase.client.Row
    CheckAndMutate.getAction()
    Returns the action done if check succeeds
    org.apache.hadoop.hbase.client.Row
    RetriesExhaustedWithDetailsException.getRow(int i)
     
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Row in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.RequestController.ReturnCode
    RequestController.Checker.canTakeRow(org.apache.hadoop.hbase.HRegionLocation loc, org.apache.hadoop.hbase.client.Row row)
    Checks the data whether it is valid to submit.
    int
    RegionCoprocessorServiceExec.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 in
    Modifier and Type
    Method
    Description
    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 void
    Table.batch(List<? extends org.apache.hadoop.hbase.client.Row> actions, Object[] results)
    Method 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> void
    Table.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 in
    Modifier
    Constructor
    Description
     
    Action(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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
    TableOperationSpanBuilder.setContainerOperations(org.apache.hadoop.hbase.client.Row row)
     
    org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
    TableOperationSpanBuilder.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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
    TableOperationSpanBuilder.setContainerOperations(Collection<? extends org.apache.hadoop.hbase.client.Row> operations)
     
    org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
    TableOperationSpanBuilder.setOperation(Collection<? extends org.apache.hadoop.hbase.client.Row> operations)