Uses of Interface
org.apache.hadoop.hbase.client.Attributes

Packages that use Attributes
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.regionserver   
 

Uses of Attributes in org.apache.hadoop.hbase.client
 

Classes in org.apache.hadoop.hbase.client that implement Attributes
 class Append
          Performs Append operations on a single row.
 class Delete
          Used to perform Delete operations on a single row.
 class Get
          Used to perform Get operations on a single row.
 class Mutation
           
 class OperationWithAttributes
           
 class Put
          Used to perform Put operations for a single row.
 class Scan
          Used to perform Scan operations.
 

Uses of Attributes in org.apache.hadoop.hbase.regionserver
 

Classes in org.apache.hadoop.hbase.regionserver that implement Attributes
 class InternalScan
          Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.