Uses of Class
org.apache.hadoop.hbase.client.OperationWithAttributes
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.OperationWithAttributes in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.client.Append
Performs Append operations on a single row.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.final class
org.apache.hadoop.hbase.client.ImmutableScan
Immutable version of Scanclass
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.Query
Base class for HBase read operations; e.g.class
org.apache.hadoop.hbase.client.Scan
Used to perform Scan operations.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.OperationWithAttributes
OperationWithAttributes.setAttribute
(String name, byte[] value) org.apache.hadoop.hbase.client.OperationWithAttributes
OperationWithAttributes.setId
(String id) This method allows you to set an identifier on an operation.org.apache.hadoop.hbase.client.OperationWithAttributes
OperationWithAttributes.setPriority
(int priority) ModifierConstructorDescriptionprotected
OperationWithAttributes
(org.apache.hadoop.hbase.client.OperationWithAttributes clone) -
Uses of org.apache.hadoop.hbase.client.OperationWithAttributes in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.InternalScan
Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.