|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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)
|
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.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)
|
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()
|
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |