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

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

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

Classes in org.apache.hadoop.hbase.client that implement Attributes
 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.
 



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