|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TCell | |
---|---|
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
org.apache.hadoop.hbase.thrift.generated |
Uses of TCell in org.apache.hadoop.hbase.thrift |
---|
Methods in org.apache.hadoop.hbase.thrift that return TCell | |
---|---|
static TCell |
ThriftUtilities.cellFromHBase(Cell in)
This utility method creates a new Thrift TCell "struct" based on an Hbase Cell object. |
TCell |
ThriftServer.HBaseHandler.get(byte[] tableName,
byte[] row,
byte[] column)
|
Methods in org.apache.hadoop.hbase.thrift that return types with arguments of type TCell | |
---|---|
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)
|
Uses of TCell in org.apache.hadoop.hbase.thrift.generated |
---|
Fields in org.apache.hadoop.hbase.thrift.generated declared as TCell | |
---|---|
TCell |
Hbase.get_result.success
|
Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type TCell | |
---|---|
Map<byte[],TCell> |
TRowResult.columns
|
List<TCell> |
Hbase.getVer_result.success
|
List<TCell> |
Hbase.getVerTs_result.success
|
Methods in org.apache.hadoop.hbase.thrift.generated that return TCell | |
---|---|
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)
|
TCell |
Hbase.Client.recv_get()
|
Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type TCell | |
---|---|
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)
|
List<TCell> |
Hbase.Client.recv_getVer()
|
List<TCell> |
Hbase.Client.recv_getVerTs()
|
Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type TCell | |
---|---|
boolean |
TCell.equals(TCell that)
|
Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type TCell | |
---|---|
Hbase.get_result(TCell success,
IOError io,
NotFound nf)
|
Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TCell | |
---|---|
Hbase.getVer_result(List<TCell> success,
IOError io,
NotFound nf)
|
|
Hbase.getVerTs_result(List<TCell> success,
IOError io,
NotFound nf)
|
|
TRowResult(byte[] row,
Map<byte[],TCell> columns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |