Uses of Class
org.apache.hadoop.hbase.client.OperationWithAttributes

Packages that use 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

    Subclasses of org.apache.hadoop.hbase.client.OperationWithAttributes in in org.apache.hadoop.hbase.client
    Modifier and Type
    Class
    Description
    class 
    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 Scan
    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.Query
    Base class for HBase read operations; e.g.
    class 
    org.apache.hadoop.hbase.client.Scan
    Used to perform Scan operations.
    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.OperationWithAttributes in in
    Modifier and Type
    Method
    Description
    org.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)
     
    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.OperationWithAttributes in in
    Modifier
    Constructor
    Description
    protected
    OperationWithAttributes(org.apache.hadoop.hbase.client.OperationWithAttributes clone)
     
  • Uses of org.apache.hadoop.hbase.client.OperationWithAttributes in org.apache.hadoop.hbase.regionserver

    Subclasses of org.apache.hadoop.hbase.client.OperationWithAttributes in in org.apache.hadoop.hbase.regionserver
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.regionserver.InternalScan
    Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.