|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TGet | |
---|---|
org.apache.hadoop.hbase.thrift2 | Provides an HBase Thrift service. |
org.apache.hadoop.hbase.thrift2.generated |
Uses of TGet in org.apache.hadoop.hbase.thrift2 |
---|
Methods in org.apache.hadoop.hbase.thrift2 with parameters of type TGet | |
---|---|
boolean |
ThriftHBaseServiceHandler.exists(ByteBuffer table,
TGet get)
|
TResult |
ThriftHBaseServiceHandler.get(ByteBuffer table,
TGet get)
|
static Get |
ThriftUtilities.getFromThrift(TGet in)
Creates a Get (HBase) from a TGet (Thrift). |
Method parameters in org.apache.hadoop.hbase.thrift2 with type arguments of type TGet | |
---|---|
List<TResult> |
ThriftHBaseServiceHandler.getMultiple(ByteBuffer table,
List<TGet> gets)
|
static List<Get> |
ThriftUtilities.getsFromThrift(List<TGet> in)
Converts multiple TGet s (Thrift) into a list of Get s (HBase). |
Uses of TGet in org.apache.hadoop.hbase.thrift2.generated |
---|
Fields in org.apache.hadoop.hbase.thrift2.generated declared as TGet | |
---|---|
TGet |
THBaseService.exists_args.get
the TGet to check for |
TGet |
THBaseService.get_args.get
the TGet to fetch |
Fields in org.apache.hadoop.hbase.thrift2.generated with type parameters of type TGet | |
---|---|
List<TGet> |
THBaseService.getMultiple_args.gets
a list of TGets to fetch, the Result list will have the Results at corresponding positions or null if there was an error |
Methods in org.apache.hadoop.hbase.thrift2.generated that return TGet | |
---|---|
TGet |
TGet.deepCopy()
|
TGet |
THBaseService.exists_args.getGet()
the TGet to check for |
TGet |
THBaseService.get_args.getGet()
the TGet to fetch |
TGet |
TGet.setColumns(List<TColumn> columns)
|
TGet |
TGet.setMaxVersions(int maxVersions)
|
TGet |
TGet.setRow(byte[] row)
|
TGet |
TGet.setRow(ByteBuffer row)
|
TGet |
TGet.setTimeRange(TTimeRange timeRange)
|
TGet |
TGet.setTimestamp(long timestamp)
|
Methods in org.apache.hadoop.hbase.thrift2.generated that return types with arguments of type TGet | |
---|---|
List<TGet> |
THBaseService.getMultiple_args.getGets()
a list of TGets to fetch, the Result list will have the Results at corresponding positions or null if there was an error |
Iterator<TGet> |
THBaseService.getMultiple_args.getGetsIterator()
|
Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TGet | |
---|---|
void |
THBaseService.getMultiple_args.addToGets(TGet elem)
|
int |
TGet.compareTo(TGet other)
|
boolean |
TGet.equals(TGet that)
|
boolean |
THBaseService.Iface.exists(ByteBuffer table,
TGet get)
Test for the existence of columns in the table, as specified in the TGet. |
boolean |
THBaseService.Client.exists(ByteBuffer table,
TGet get)
|
void |
THBaseService.AsyncIface.exists(ByteBuffer table,
TGet get,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.exists_call> resultHandler)
|
void |
THBaseService.AsyncClient.exists(ByteBuffer table,
TGet get,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.exists_call> resultHandler)
|
TResult |
THBaseService.Iface.get(ByteBuffer table,
TGet get)
Method for getting data from a row. |
TResult |
THBaseService.Client.get(ByteBuffer table,
TGet get)
|
void |
THBaseService.AsyncIface.get(ByteBuffer table,
TGet get,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.get_call> resultHandler)
|
void |
THBaseService.AsyncClient.get(ByteBuffer table,
TGet get,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.get_call> resultHandler)
|
void |
THBaseService.Client.send_exists(ByteBuffer table,
TGet get)
|
void |
THBaseService.Client.send_get(ByteBuffer table,
TGet get)
|
THBaseService.exists_args |
THBaseService.exists_args.setGet(TGet get)
the TGet to check for |
THBaseService.get_args |
THBaseService.get_args.setGet(TGet get)
the TGet to fetch |
Method parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TGet | |
---|---|
List<TResult> |
THBaseService.Iface.getMultiple(ByteBuffer table,
List<TGet> gets)
Method for getting multiple rows. |
List<TResult> |
THBaseService.Client.getMultiple(ByteBuffer table,
List<TGet> gets)
|
void |
THBaseService.AsyncIface.getMultiple(ByteBuffer table,
List<TGet> gets,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.getMultiple_call> resultHandler)
|
void |
THBaseService.AsyncClient.getMultiple(ByteBuffer table,
List<TGet> gets,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.getMultiple_call> resultHandler)
|
void |
THBaseService.Client.send_getMultiple(ByteBuffer table,
List<TGet> gets)
|
THBaseService.getMultiple_args |
THBaseService.getMultiple_args.setGets(List<TGet> gets)
a list of TGets to fetch, the Result list will have the Results at corresponding positions or null if there was an error |
Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type TGet | |
---|---|
TGet(TGet other)
Performs a deep copy on other. |
|
THBaseService.AsyncClient.exists_call(ByteBuffer table,
TGet get,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.exists_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
|
THBaseService.AsyncClient.get_call(ByteBuffer table,
TGet get,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.get_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
|
THBaseService.exists_args(ByteBuffer table,
TGet get)
|
|
THBaseService.get_args(ByteBuffer table,
TGet get)
|
Constructor parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TGet | |
---|---|
THBaseService.AsyncClient.getMultiple_call(ByteBuffer table,
List<TGet> gets,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.getMultiple_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
|
THBaseService.getMultiple_args(ByteBuffer table,
List<TGet> gets)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |