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<Boolean> |
ThriftHBaseServiceHandler.existsAll(ByteBuffer table,
List<TGet> gets) |
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.tget
the TGet to check for
|
TGet |
THBaseService.get_args.tget
the TGet to fetch
|
Modifier and Type | Field and Description |
---|---|
List<TGet> |
THBaseService.existsAll_args.tgets
a list of TGets to check for
|
List<TGet> |
THBaseService.getMultiple_args.tgets
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.getTget()
the TGet to check for
|
TGet |
THBaseService.get_args.getTget()
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.existsAll_args.getTgets()
a list of TGets to check for
|
List<TGet> |
THBaseService.getMultiple_args.getTgets()
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.existsAll_args.getTgetsIterator() |
Iterator<TGet> |
THBaseService.getMultiple_args.getTgetsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
THBaseService.existsAll_args.addToTgets(TGet elem) |
void |
THBaseService.getMultiple_args.addToTgets(TGet elem) |
int |
TGet.compareTo(TGet other) |
boolean |
TGet.equals(TGet that) |
boolean |
THBaseService.Iface.exists(ByteBuffer table,
TGet tget)
Test for the existence of columns in the table, as specified in the TGet.
|
boolean |
THBaseService.Client.exists(ByteBuffer table,
TGet tget) |
void |
THBaseService.AsyncIface.exists(ByteBuffer table,
TGet tget,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.exists(ByteBuffer table,
TGet tget,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
TResult |
THBaseService.Iface.get(ByteBuffer table,
TGet tget)
Method for getting data from a row.
|
TResult |
THBaseService.Client.get(ByteBuffer table,
TGet tget) |
void |
THBaseService.AsyncIface.get(ByteBuffer table,
TGet tget,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.get(ByteBuffer table,
TGet tget,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.Client.send_exists(ByteBuffer table,
TGet tget) |
void |
THBaseService.Client.send_get(ByteBuffer table,
TGet tget) |
THBaseService.exists_args |
THBaseService.exists_args.setTget(TGet tget)
the TGet to check for
|
THBaseService.get_args |
THBaseService.get_args.setTget(TGet tget)
the TGet to fetch
|
Modifier and Type | Method and Description |
---|---|
List<Boolean> |
THBaseService.Iface.existsAll(ByteBuffer table,
List<TGet> tgets)
Test for the existence of columns in the table, as specified by the TGets.
|
List<Boolean> |
THBaseService.Client.existsAll(ByteBuffer table,
List<TGet> tgets) |
void |
THBaseService.AsyncIface.existsAll(ByteBuffer table,
List<TGet> tgets,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.existsAll_call> resultHandler) |
void |
THBaseService.AsyncClient.existsAll(ByteBuffer table,
List<TGet> tgets,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.existsAll_call> resultHandler) |
List<TResult> |
THBaseService.Iface.getMultiple(ByteBuffer table,
List<TGet> tgets)
Method for getting multiple rows.
|
List<TResult> |
THBaseService.Client.getMultiple(ByteBuffer table,
List<TGet> tgets) |
void |
THBaseService.AsyncIface.getMultiple(ByteBuffer table,
List<TGet> tgets,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.getMultiple(ByteBuffer table,
List<TGet> tgets,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.Client.send_existsAll(ByteBuffer table,
List<TGet> tgets) |
void |
THBaseService.Client.send_getMultiple(ByteBuffer table,
List<TGet> tgets) |
THBaseService.existsAll_args |
THBaseService.existsAll_args.setTgets(List<TGet> tgets)
a list of TGets to check for
|
THBaseService.getMultiple_args |
THBaseService.getMultiple_args.setTgets(List<TGet> tgets)
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 tget,
org.apache.thrift.async.AsyncMethodCallback 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 tget,
org.apache.thrift.async.AsyncMethodCallback 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 tget) |
THBaseService.get_args(ByteBuffer table,
TGet tget) |
Constructor and Description |
---|
THBaseService.AsyncClient.existsAll_call(ByteBuffer table,
List<TGet> tgets,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.existsAll_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
THBaseService.AsyncClient.getMultiple_call(ByteBuffer table,
List<TGet> tgets,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
THBaseService.existsAll_args(ByteBuffer table,
List<TGet> tgets) |
THBaseService.getMultiple_args(ByteBuffer table,
List<TGet> tgets) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.