Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Method and Description |
---|---|
boolean |
ThriftHBaseServiceHandler.exists(ByteBuffer table,
TGet get) |
TResult |
ThriftHBaseServiceHandler.get(ByteBuffer table,
TGet get) |
static Get |
ThriftUtilities.getFromThrift(TGet in)
|
Modifier and Type | Method and Description |
---|---|
List<TResult> |
ThriftHBaseServiceHandler.getMultiple(ByteBuffer table,
List<TGet> gets) |
static List<Get> |
ThriftUtilities.getsFromThrift(List<TGet> in)
|
Modifier and Type | Field and Description |
---|---|
TGet |
THBaseService.exists_args.get
the TGet to check for
|
TGet |
THBaseService.get_args.get
the TGet to fetch
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
TGet |
TGet.deepCopy() |
TGet |
THBaseService.exists_args.getGet()
the TGet to check for
|
TGet |
THBaseService.get_args.getGet()
the TGet to fetch
|
TGet |
TGet.setAttributes(Map<ByteBuffer,ByteBuffer> attributes) |
TGet |
TGet.setAuthorizations(TAuthorization authorizations) |
TGet |
TGet.setColumns(List<TColumn> columns) |
TGet |
TGet.setFilterString(byte[] filterString) |
TGet |
TGet.setFilterString(ByteBuffer filterString) |
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) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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 and Description |
---|
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) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.