Uses of Class
org.apache.hadoop.hbase.thrift.generated.AlreadyExists

Packages that use AlreadyExists
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift.generated   
 

Uses of AlreadyExists in org.apache.hadoop.hbase.thrift
 

Methods in org.apache.hadoop.hbase.thrift that throw AlreadyExists
 void ThriftServer.HBaseHandler.createTable(byte[] tableName, List<ColumnDescriptor> columnFamilies)
           
 

Uses of AlreadyExists in org.apache.hadoop.hbase.thrift.generated
 

Fields in org.apache.hadoop.hbase.thrift.generated declared as AlreadyExists
 AlreadyExists Hbase.createTable_result.exist
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return AlreadyExists
 AlreadyExists AlreadyExists.clone()
          Deprecated. 
 AlreadyExists AlreadyExists.deepCopy()
           
 AlreadyExists Hbase.createTable_result.getExist()
           
 AlreadyExists AlreadyExists.setMessage(String message)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type AlreadyExists
 int AlreadyExists.compareTo(AlreadyExists other)
           
 boolean AlreadyExists.equals(AlreadyExists that)
           
 Hbase.createTable_result Hbase.createTable_result.setExist(AlreadyExists exist)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that throw AlreadyExists
 void Hbase.Iface.createTable(byte[] tableName, List<ColumnDescriptor> columnFamilies)
          Create a table with the specified column families.
 void Hbase.Client.createTable(byte[] tableName, List<ColumnDescriptor> columnFamilies)
           
 void Hbase.Client.recv_createTable()
           
 

Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type AlreadyExists
AlreadyExists(AlreadyExists other)
          Performs a deep copy on other.
Hbase.createTable_result(IOError io, IllegalArgument ia, AlreadyExists exist)
           
 



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