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)
           
 TCell ThriftServer.HBaseHandler.get(byte[] tableName, byte[] row, byte[] column)
           
 TRowResult ThriftServer.HBaseHandler.getRow(byte[] tableName, byte[] row)
           
 TRowResult ThriftServer.HBaseHandler.getRowTs(byte[] tableName, byte[] row, long timestamp)
           
 TRowResult ThriftServer.HBaseHandler.getRowWithColumns(byte[] tableName, byte[] row, List<byte[]> columns)
           
 TRowResult ThriftServer.HBaseHandler.getRowWithColumnsTs(byte[] tableName, byte[] row, List<byte[]> columns, long timestamp)
           
 List<TCell> ThriftServer.HBaseHandler.getVer(byte[] tableName, byte[] row, byte[] column, int numVersions)
           
 List<TCell> ThriftServer.HBaseHandler.getVerTs(byte[] tableName, byte[] row, byte[] column, long timestamp, int numVersions)
           
static TRowResult ThriftUtilities.rowResultFromHBase(RowResult in)
          This utility method creates a new Thrift TRowResult "struct" based on an Hbase RowResult object.
 TRowResult 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.getRow_result.nf
           
 NotFound Hbase.getRowWithColumns_result.nf
           
 NotFound Hbase.getRowTs_result.nf
           
 NotFound Hbase.getRowWithColumnsTs_result.nf
           
 NotFound Hbase.scannerGet_result.nf
           
 

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

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)
           
 TCell Hbase.Iface.get(byte[] tableName, byte[] row, byte[] column)
          Get a single TCell for the specified table, row, and column at the latest timestamp.
 TCell Hbase.Client.get(byte[] tableName, byte[] row, byte[] column)
           
 TRowResult Hbase.Iface.getRow(byte[] tableName, byte[] row)
          Get all the data for the specified table and row at the latest timestamp.
 TRowResult Hbase.Client.getRow(byte[] tableName, byte[] row)
           
 TRowResult Hbase.Iface.getRowTs(byte[] tableName, byte[] row, long timestamp)
          Get all the data for the specified table and row at the specified timestamp.
 TRowResult Hbase.Client.getRowTs(byte[] tableName, byte[] row, long timestamp)
           
 TRowResult Hbase.Iface.getRowWithColumns(byte[] tableName, byte[] row, List<byte[]> columns)
          Get the specified columns for the specified table and row at the latest timestamp.
 TRowResult Hbase.Client.getRowWithColumns(byte[] tableName, byte[] row, List<byte[]> columns)
           
 TRowResult Hbase.Iface.getRowWithColumnsTs(byte[] tableName, byte[] row, List<byte[]> columns, long timestamp)
          Get the specified columns for the specified table and row at the specified timestamp.
 TRowResult Hbase.Client.getRowWithColumnsTs(byte[] tableName, byte[] row, List<byte[]> columns, long timestamp)
           
 List<TCell> Hbase.Iface.getVer(byte[] tableName, byte[] row, byte[] column, int numVersions)
          Get the specified number of versions for the specified table, row, and column.
 List<TCell> Hbase.Client.getVer(byte[] tableName, byte[] row, byte[] column, int numVersions)
           
 List<TCell> 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.
 List<TCell> Hbase.Client.getVerTs(byte[] tableName, byte[] row, byte[] column, long timestamp, int numVersions)
           
 void Hbase.Client.recv_deleteTable()
           
 TCell Hbase.Client.recv_get()
           
 TRowResult Hbase.Client.recv_getRow()
           
 TRowResult Hbase.Client.recv_getRowTs()
           
 TRowResult Hbase.Client.recv_getRowWithColumns()
           
 TRowResult Hbase.Client.recv_getRowWithColumnsTs()
           
 List<TCell> Hbase.Client.recv_getVer()
           
 List<TCell> Hbase.Client.recv_getVerTs()
           
 TRowResult Hbase.Client.recv_scannerGet()
           
 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 NotFound
Hbase.deleteTable_result(IOError io, NotFound nf)
           
Hbase.get_result(TCell success, IOError io, NotFound nf)
           
Hbase.getRow_result(TRowResult success, IOError io, NotFound nf)
           
Hbase.getRowTs_result(TRowResult success, IOError io, NotFound nf)
           
Hbase.getRowWithColumns_result(TRowResult success, IOError io, NotFound nf)
           
Hbase.getRowWithColumnsTs_result(TRowResult success, IOError io, NotFound nf)
           
Hbase.getVer_result(List<TCell> success, IOError io, NotFound nf)
           
Hbase.getVerTs_result(List<TCell> success, IOError io, NotFound nf)
           
Hbase.scannerGet_result(TRowResult success, IOError io, IllegalArgument ia, NotFound nf)
           
 



Copyright © 2008 The Apache Software Foundation