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

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

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

Methods in org.apache.hadoop.hbase.thrift that throw NotFound
 void ThriftServer.HBaseHandler.deleteTable(byte[] tableName)
           
 byte[] ThriftServer.HBaseHandler.get(byte[] tableName, byte[] row, byte[] column)
           
 ArrayList<byte[]> ThriftServer.HBaseHandler.getVer(byte[] tableName, byte[] row, byte[] column, int numVersions)
           
 ArrayList<byte[]> ThriftServer.HBaseHandler.getVerTs(byte[] tableName, byte[] row, byte[] column, long timestamp, int numVersions)
           
 ScanEntry ThriftServer.HBaseHandler.scannerGet(int id)
           
 

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

Fields in org.apache.hadoop.hbase.thrift.generated declared as NotFound
 NotFound Hbase.deleteTable_result.nf
           
 NotFound Hbase.get_result.nf
           
 NotFound Hbase.getVer_result.nf
           
 NotFound Hbase.getVerTs_result.nf
           
 NotFound Hbase.scannerGet_result.nf
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that throw NotFound
 void Hbase.Iface.deleteTable(byte[] tableName)
          Deletes a table
 void Hbase.Client.deleteTable(byte[] tableName)
           
 byte[] Hbase.Iface.get(byte[] tableName, byte[] row, byte[] column)
          Get a single value for the specified table, row, and column at the latest timestamp.
 byte[] Hbase.Client.get(byte[] tableName, byte[] row, byte[] column)
           
 ArrayList<byte[]> Hbase.Iface.getVer(byte[] tableName, byte[] row, byte[] column, int numVersions)
          Get the specified number of versions for the specified table, row, and column.
 ArrayList<byte[]> Hbase.Client.getVer(byte[] tableName, byte[] row, byte[] column, int numVersions)
           
 ArrayList<byte[]> Hbase.Iface.getVerTs(byte[] tableName, byte[] row, byte[] column, long timestamp, int numVersions)
          Get the specified number of versions for the specified table, row, and column.
 ArrayList<byte[]> Hbase.Client.getVerTs(byte[] tableName, byte[] row, byte[] column, long timestamp, int numVersions)
           
 void Hbase.Client.recv_deleteTable()
           
 byte[] Hbase.Client.recv_get()
           
 ArrayList<byte[]> Hbase.Client.recv_getVer()
           
 ArrayList<byte[]> Hbase.Client.recv_getVerTs()
           
 ScanEntry Hbase.Client.recv_scannerGet()
           
 ScanEntry Hbase.Iface.scannerGet(int id)
          Returns the scanner's current row value and advances to the next row in the table.
 ScanEntry Hbase.Client.scannerGet(int id)
           
 

Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type NotFound
Hbase.deleteTable_result(IOError io, NotFound nf)
           
Hbase.get_result(byte[] success, IOError io, NotFound nf)
           
Hbase.getVer_result(ArrayList<byte[]> success, IOError io, NotFound nf)
           
Hbase.getVerTs_result(ArrayList<byte[]> success, IOError io, NotFound nf)
           
Hbase.scannerGet_result(ScanEntry success, IOError io, IllegalArgument ia, NotFound nf)
           
 



Copyright © 2006 The Apache Software Foundation