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

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

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

Methods in org.apache.hadoop.hbase.thrift that throw IllegalArgument
static HColumnDescriptor ThriftUtilities.colDescFromThrift(ColumnDescriptor in)
          This utility method creates a new Hbase HColumnDescriptor object based on a Thrift ColumnDescriptor "struct".
 void ThriftServer.HBaseHandler.createTable(byte[] tableName, List<ColumnDescriptor> columnFamilies)
           
 void ThriftServer.HBaseHandler.mutateRow(byte[] tableName, byte[] row, List<Mutation> mutations)
           
 void ThriftServer.HBaseHandler.mutateRows(byte[] tableName, List<BatchMutation> rowBatches)
           
 void ThriftServer.HBaseHandler.mutateRowsTs(byte[] tableName, List<BatchMutation> rowBatches, long timestamp)
           
 void ThriftServer.HBaseHandler.mutateRowTs(byte[] tableName, byte[] row, List<Mutation> mutations, long timestamp)
           
 void ThriftServer.HBaseHandler.scannerClose(int id)
           
 TRowResult ThriftServer.HBaseHandler.scannerGet(int id)
           
 

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

Fields in org.apache.hadoop.hbase.thrift.generated declared as IllegalArgument
 IllegalArgument Hbase.createTable_result.ia
           
 IllegalArgument Hbase.mutateRow_result.ia
           
 IllegalArgument Hbase.mutateRowTs_result.ia
           
 IllegalArgument Hbase.mutateRows_result.ia
           
 IllegalArgument Hbase.mutateRowsTs_result.ia
           
 IllegalArgument Hbase.scannerGet_result.ia
           
 IllegalArgument Hbase.scannerClose_result.ia
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type IllegalArgument
 boolean IllegalArgument.equals(IllegalArgument that)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that throw IllegalArgument
 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.Iface.mutateRow(byte[] tableName, byte[] row, List<Mutation> mutations)
          Apply a series of mutations (updates/deletes) to a row in a single transaction.
 void Hbase.Client.mutateRow(byte[] tableName, byte[] row, List<Mutation> mutations)
           
 void Hbase.Iface.mutateRows(byte[] tableName, List<BatchMutation> rowBatches)
          Apply a series of batches (each a series of mutations on a single row) in a single transaction.
 void Hbase.Client.mutateRows(byte[] tableName, List<BatchMutation> rowBatches)
           
 void Hbase.Iface.mutateRowsTs(byte[] tableName, List<BatchMutation> rowBatches, long timestamp)
          Apply a series of batches (each a series of mutations on a single row) in a single transaction.
 void Hbase.Client.mutateRowsTs(byte[] tableName, List<BatchMutation> rowBatches, long timestamp)
           
 void Hbase.Iface.mutateRowTs(byte[] tableName, byte[] row, List<Mutation> mutations, long timestamp)
          Apply a series of mutations (updates/deletes) to a row in a single transaction.
 void Hbase.Client.mutateRowTs(byte[] tableName, byte[] row, List<Mutation> mutations, long timestamp)
           
 void Hbase.Client.recv_createTable()
           
 void Hbase.Client.recv_mutateRow()
           
 void Hbase.Client.recv_mutateRows()
           
 void Hbase.Client.recv_mutateRowsTs()
           
 void Hbase.Client.recv_mutateRowTs()
           
 void Hbase.Client.recv_scannerClose()
           
 TRowResult Hbase.Client.recv_scannerGet()
           
 void Hbase.Iface.scannerClose(int id)
          Closes the server-state associated with an open scanner.
 void Hbase.Client.scannerClose(int id)
           
 TRowResult Hbase.Iface.scannerGet(int id)
          Returns the scanner's current row value and advances to the next row in the table.
 TRowResult Hbase.Client.scannerGet(int id)
           
 

Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type IllegalArgument
Hbase.createTable_result(IOError io, IllegalArgument ia, AlreadyExists exist)
           
Hbase.mutateRow_result(IOError io, IllegalArgument ia)
           
Hbase.mutateRows_result(IOError io, IllegalArgument ia)
           
Hbase.mutateRowsTs_result(IOError io, IllegalArgument ia)
           
Hbase.mutateRowTs_result(IOError io, IllegalArgument ia)
           
Hbase.scannerClose_result(IOError io, IllegalArgument ia)
           
Hbase.scannerGet_result(TRowResult success, IOError io, IllegalArgument ia, NotFound nf)
           
 



Copyright © 2008 The Apache Software Foundation