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, ArrayList<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 throw AlreadyExists
 void Hbase.Iface.createTable(byte[] tableName, ArrayList<ColumnDescriptor> columnFamilies)
          Create a table with the specified column families.
 void Hbase.Client.createTable(byte[] tableName, ArrayList<ColumnDescriptor> columnFamilies)
           
 void Hbase.Client.recv_createTable()
           
 

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



Copyright © 2006 The Apache Software Foundation