|
||||||||||
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 types with arguments of type TCell | |
---|---|
static List<TCell> |
ThriftUtilities.cellFromHBase(KeyValue in)
This utility method creates a list of Thrift TCell "struct" based on an Hbase Cell object. |
static List<TCell> |
ThriftUtilities.cellFromHBase(KeyValue[] in)
This utility method creates a list of Thrift TCell "struct" based on an Hbase Cell array. |
protected List<TCell> |
ThriftServerRunner.HBaseHandler.get(ByteBuffer tableName,
ByteBuffer row,
byte[] family,
byte[] qualifier,
Map<ByteBuffer,ByteBuffer> attributes)
|
List<TCell> |
ThriftServerRunner.HBaseHandler.get(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
Map<ByteBuffer,ByteBuffer> attributes)
Deprecated. |
List<TCell> |
ThriftServerRunner.HBaseHandler.getRowOrBefore(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer family)
|
List<TCell> |
ThriftServerRunner.HBaseHandler.getVer(ByteBuffer tableName,
ByteBuffer row,
byte[] family,
byte[] qualifier,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes)
|
List<TCell> |
ThriftServerRunner.HBaseHandler.getVer(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes)
Deprecated. |
protected List<TCell> |
ThriftServerRunner.HBaseHandler.getVerTs(ByteBuffer tableName,
ByteBuffer row,
byte[] family,
byte[] qualifier,
long timestamp,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes)
|
List<TCell> |
ThriftServerRunner.HBaseHandler.getVerTs(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long timestamp,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes)
Deprecated. |
Uses of TCell in org.apache.hadoop.hbase.thrift.generated |
---|
Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type TCell | |
---|---|
Map<ByteBuffer,TCell> |
TRowResult.columns
|
List<TCell> |
Hbase.get_result.success
|
List<TCell> |
Hbase.getVer_result.success
|
List<TCell> |
Hbase.getVerTs_result.success
|
List<TCell> |
Hbase.getRowOrBefore_result.success
|
Methods in org.apache.hadoop.hbase.thrift.generated that return TCell | |
---|---|
TCell |
TCell.deepCopy()
|
TCell |
TCell.setTimestamp(long timestamp)
|
TCell |
TCell.setValue(byte[] value)
|
TCell |
TCell.setValue(ByteBuffer value)
|
Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type TCell | |
---|---|
List<TCell> |
Hbase.Iface.get(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
Map<ByteBuffer,ByteBuffer> attributes)
Get a single TCell for the specified table, row, and column at the latest timestamp. |
List<TCell> |
Hbase.Client.get(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
Map<ByteBuffer,ByteBuffer> attributes)
|
Map<ByteBuffer,TCell> |
TRowResult.getColumns()
|
List<TCell> |
Hbase.AsyncClient.get_call.getResult()
|
List<TCell> |
Hbase.AsyncClient.getVer_call.getResult()
|
List<TCell> |
Hbase.AsyncClient.getVerTs_call.getResult()
|
List<TCell> |
Hbase.AsyncClient.getRowOrBefore_call.getResult()
|
List<TCell> |
Hbase.Iface.getRowOrBefore(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer family)
Get the row just before the specified one. |
List<TCell> |
Hbase.Client.getRowOrBefore(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer family)
|
List<TCell> |
Hbase.get_result.getSuccess()
|
List<TCell> |
Hbase.getVer_result.getSuccess()
|
List<TCell> |
Hbase.getVerTs_result.getSuccess()
|
List<TCell> |
Hbase.getRowOrBefore_result.getSuccess()
|
Iterator<TCell> |
Hbase.get_result.getSuccessIterator()
|
Iterator<TCell> |
Hbase.getVer_result.getSuccessIterator()
|
Iterator<TCell> |
Hbase.getVerTs_result.getSuccessIterator()
|
Iterator<TCell> |
Hbase.getRowOrBefore_result.getSuccessIterator()
|
List<TCell> |
Hbase.Iface.getVer(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes)
Get the specified number of versions for the specified table, row, and column. |
List<TCell> |
Hbase.Client.getVer(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes)
|
List<TCell> |
Hbase.Iface.getVerTs(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long timestamp,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes)
Get the specified number of versions for the specified table, row, and column. |
List<TCell> |
Hbase.Client.getVerTs(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long timestamp,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes)
|
List<TCell> |
Hbase.Client.recv_get()
|
List<TCell> |
Hbase.Client.recv_getRowOrBefore()
|
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 | |
---|---|
void |
Hbase.get_result.addToSuccess(TCell elem)
|
void |
Hbase.getVer_result.addToSuccess(TCell elem)
|
void |
Hbase.getVerTs_result.addToSuccess(TCell elem)
|
void |
Hbase.getRowOrBefore_result.addToSuccess(TCell elem)
|
int |
TCell.compareTo(TCell other)
|
boolean |
TCell.equals(TCell that)
|
void |
TRowResult.putToColumns(ByteBuffer key,
TCell val)
|
Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TCell | |
---|---|
TRowResult |
TRowResult.setColumns(Map<ByteBuffer,TCell> columns)
|
Hbase.get_result |
Hbase.get_result.setSuccess(List<TCell> success)
|
Hbase.getVer_result |
Hbase.getVer_result.setSuccess(List<TCell> success)
|
Hbase.getVerTs_result |
Hbase.getVerTs_result.setSuccess(List<TCell> success)
|
Hbase.getRowOrBefore_result |
Hbase.getRowOrBefore_result.setSuccess(List<TCell> success)
|
Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type TCell | |
---|---|
TCell(TCell other)
Performs a deep copy on other. |
Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TCell | |
---|---|
Hbase.get_result(List<TCell> success,
IOError io)
|
|
Hbase.getRowOrBefore_result(List<TCell> success,
IOError io)
|
|
Hbase.getVer_result(List<TCell> success,
IOError io)
|
|
Hbase.getVerTs_result(List<TCell> success,
IOError io)
|
|
TRowResult(ByteBuffer row,
Map<ByteBuffer,TCell> columns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |