Uses of Class
org.apache.hadoop.hbase.HConstants.Modify

Packages that use HConstants.Modify
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
 

Uses of HConstants.Modify in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HConstants.Modify
static HConstants.Modify HConstants.Modify.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HConstants.Modify[] HConstants.Modify.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HConstants.Modify in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type HConstants.Modify
 void HBaseAdmin.modifyTable(byte[] tableName, HConstants.Modify op, Object... args)
          Modify an existing table.
 

Uses of HConstants.Modify in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type HConstants.Modify
 void HMasterInterface.modifyTable(byte[] tableName, HConstants.Modify op, org.apache.hadoop.io.Writable[] args)
          Modify a table's metadata
 

Uses of HConstants.Modify in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master with parameters of type HConstants.Modify
 void RegionManager.endAction(byte[] regionName, HConstants.Modify op)
           
 void HMaster.modifyTable(byte[] tableName, HConstants.Modify op, org.apache.hadoop.io.Writable[] args)
           
 void RegionManager.startAction(byte[] regionName, HRegionInfo info, HServerAddress server, HConstants.Modify op)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.