Uses of Interface
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
Modifier and TypeClassDescriptionclass
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.Modifier and TypeFieldDescriptionstatic final Comparator<org.apache.hadoop.hbase.client.Row>
Row.COMPARATOR
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Row
Action.getAction()
org.apache.hadoop.hbase.client.Row
CheckAndMutate.getAction()
Returns the action done if check succeedsorg.apache.hadoop.hbase.client.Row
RetriesExhaustedWithDetailsException.getRow
(int i) Modifier and TypeMethodDescriptionorg.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) Modifier 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 void
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.ModifierConstructorDescriptionAction
(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
Modifier and TypeMethodDescriptionorg.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) Modifier and TypeMethodDescriptionorg.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)