Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Method and Description |
---|---|
TResult |
ThriftHBaseServiceHandler.append(ByteBuffer table,
TAppend append) |
boolean |
ThriftHBaseServiceHandler.checkAndDelete(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TDelete deleteSingle) |
boolean |
ThriftHBaseServiceHandler.checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut put) |
void |
ThriftHBaseServiceHandler.closeScanner(int scannerId) |
List<TDelete> |
ThriftHBaseServiceHandler.deleteMultiple(ByteBuffer table,
List<TDelete> deletes) |
void |
ThriftHBaseServiceHandler.deleteSingle(ByteBuffer table,
TDelete deleteSingle) |
boolean |
ThriftHBaseServiceHandler.exists(ByteBuffer table,
TGet get) |
TResult |
ThriftHBaseServiceHandler.get(ByteBuffer table,
TGet get) |
List<TResult> |
ThriftHBaseServiceHandler.getMultiple(ByteBuffer table,
List<TGet> gets) |
List<TResult> |
ThriftHBaseServiceHandler.getScannerResults(ByteBuffer table,
TScan scan,
int numRows) |
List<TResult> |
ThriftHBaseServiceHandler.getScannerRows(int scannerId,
int numRows) |
TResult |
ThriftHBaseServiceHandler.increment(ByteBuffer table,
TIncrement increment) |
void |
ThriftHBaseServiceHandler.mutateRow(ByteBuffer table,
TRowMutations rowMutations) |
int |
ThriftHBaseServiceHandler.openScanner(ByteBuffer table,
TScan scan) |
void |
ThriftHBaseServiceHandler.put(ByteBuffer table,
TPut put) |
void |
ThriftHBaseServiceHandler.putMultiple(ByteBuffer table,
List<TPut> puts) |
Modifier and Type | Field and Description |
---|---|
TIOError |
THBaseService.exists_result.io |
TIOError |
THBaseService.get_result.io |
TIOError |
THBaseService.getMultiple_result.io |
TIOError |
THBaseService.put_result.io |
TIOError |
THBaseService.checkAndPut_result.io |
TIOError |
THBaseService.putMultiple_result.io |
TIOError |
THBaseService.deleteSingle_result.io |
TIOError |
THBaseService.deleteMultiple_result.io |
TIOError |
THBaseService.checkAndDelete_result.io |
TIOError |
THBaseService.increment_result.io |
TIOError |
THBaseService.append_result.io |
TIOError |
THBaseService.openScanner_result.io |
TIOError |
THBaseService.getScannerRows_result.io |
TIOError |
THBaseService.closeScanner_result.io |
TIOError |
THBaseService.mutateRow_result.io |
TIOError |
THBaseService.getScannerResults_result.io |
Modifier and Type | Method and Description |
---|---|
TIOError |
TIOError.deepCopy() |
TIOError |
THBaseService.exists_result.getIo() |
TIOError |
THBaseService.get_result.getIo() |
TIOError |
THBaseService.getMultiple_result.getIo() |
TIOError |
THBaseService.put_result.getIo() |
TIOError |
THBaseService.checkAndPut_result.getIo() |
TIOError |
THBaseService.putMultiple_result.getIo() |
TIOError |
THBaseService.deleteSingle_result.getIo() |
TIOError |
THBaseService.deleteMultiple_result.getIo() |
TIOError |
THBaseService.checkAndDelete_result.getIo() |
TIOError |
THBaseService.increment_result.getIo() |
TIOError |
THBaseService.append_result.getIo() |
TIOError |
THBaseService.openScanner_result.getIo() |
TIOError |
THBaseService.getScannerRows_result.getIo() |
TIOError |
THBaseService.closeScanner_result.getIo() |
TIOError |
THBaseService.mutateRow_result.getIo() |
TIOError |
THBaseService.getScannerResults_result.getIo() |
TIOError |
TIOError.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
TResult |
THBaseService.Iface.append(ByteBuffer table,
TAppend append) |
TResult |
THBaseService.Client.append(ByteBuffer table,
TAppend append) |
boolean |
THBaseService.Iface.checkAndDelete(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TDelete deleteSingle)
Atomically checks if a row/family/qualifier value matches the expected
value.
|
boolean |
THBaseService.Client.checkAndDelete(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TDelete deleteSingle) |
boolean |
THBaseService.Iface.checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut put)
Atomically checks if a row/family/qualifier value matches the expected
value.
|
boolean |
THBaseService.Client.checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut put) |
void |
THBaseService.Iface.closeScanner(int scannerId)
Closes the scanner.
|
void |
THBaseService.Client.closeScanner(int scannerId) |
List<TDelete> |
THBaseService.Iface.deleteMultiple(ByteBuffer table,
List<TDelete> deletes)
Bulk commit a List of TDeletes to the table.
|
List<TDelete> |
THBaseService.Client.deleteMultiple(ByteBuffer table,
List<TDelete> deletes) |
void |
THBaseService.Iface.deleteSingle(ByteBuffer table,
TDelete deleteSingle)
Deletes as specified by the TDelete.
|
void |
THBaseService.Client.deleteSingle(ByteBuffer table,
TDelete deleteSingle) |
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) |
TResult |
THBaseService.Iface.get(ByteBuffer table,
TGet get)
Method for getting data from a row.
|
TResult |
THBaseService.Client.get(ByteBuffer table,
TGet get) |
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) |
boolean |
THBaseService.AsyncClient.exists_call.getResult() |
TResult |
THBaseService.AsyncClient.get_call.getResult() |
List<TResult> |
THBaseService.AsyncClient.getMultiple_call.getResult() |
void |
THBaseService.AsyncClient.put_call.getResult() |
boolean |
THBaseService.AsyncClient.checkAndPut_call.getResult() |
void |
THBaseService.AsyncClient.putMultiple_call.getResult() |
void |
THBaseService.AsyncClient.deleteSingle_call.getResult() |
List<TDelete> |
THBaseService.AsyncClient.deleteMultiple_call.getResult() |
boolean |
THBaseService.AsyncClient.checkAndDelete_call.getResult() |
TResult |
THBaseService.AsyncClient.increment_call.getResult() |
TResult |
THBaseService.AsyncClient.append_call.getResult() |
int |
THBaseService.AsyncClient.openScanner_call.getResult() |
List<TResult> |
THBaseService.AsyncClient.getScannerRows_call.getResult() |
void |
THBaseService.AsyncClient.closeScanner_call.getResult() |
void |
THBaseService.AsyncClient.mutateRow_call.getResult() |
List<TResult> |
THBaseService.AsyncClient.getScannerResults_call.getResult() |
List<TResult> |
THBaseService.Iface.getScannerResults(ByteBuffer table,
TScan scan,
int numRows)
Get results for the provided TScan object.
|
List<TResult> |
THBaseService.Client.getScannerResults(ByteBuffer table,
TScan scan,
int numRows) |
List<TResult> |
THBaseService.Iface.getScannerRows(int scannerId,
int numRows)
Grabs multiple rows from a Scanner.
|
List<TResult> |
THBaseService.Client.getScannerRows(int scannerId,
int numRows) |
TResult |
THBaseService.Iface.increment(ByteBuffer table,
TIncrement increment) |
TResult |
THBaseService.Client.increment(ByteBuffer table,
TIncrement increment) |
void |
THBaseService.Iface.mutateRow(ByteBuffer table,
TRowMutations rowMutations)
mutateRow performs multiple mutations atomically on a single row.
|
void |
THBaseService.Client.mutateRow(ByteBuffer table,
TRowMutations rowMutations) |
int |
THBaseService.Iface.openScanner(ByteBuffer table,
TScan scan)
Get a Scanner for the provided TScan object.
|
int |
THBaseService.Client.openScanner(ByteBuffer table,
TScan scan) |
void |
THBaseService.Iface.put(ByteBuffer table,
TPut put)
Commit a TPut to a table.
|
void |
THBaseService.Client.put(ByteBuffer table,
TPut put) |
void |
THBaseService.Iface.putMultiple(ByteBuffer table,
List<TPut> puts)
Commit a List of Puts to the table.
|
void |
THBaseService.Client.putMultiple(ByteBuffer table,
List<TPut> puts) |
TResult |
THBaseService.Client.recv_append() |
boolean |
THBaseService.Client.recv_checkAndDelete() |
boolean |
THBaseService.Client.recv_checkAndPut() |
void |
THBaseService.Client.recv_closeScanner() |
List<TDelete> |
THBaseService.Client.recv_deleteMultiple() |
void |
THBaseService.Client.recv_deleteSingle() |
boolean |
THBaseService.Client.recv_exists() |
TResult |
THBaseService.Client.recv_get() |
List<TResult> |
THBaseService.Client.recv_getMultiple() |
List<TResult> |
THBaseService.Client.recv_getScannerResults() |
List<TResult> |
THBaseService.Client.recv_getScannerRows() |
TResult |
THBaseService.Client.recv_increment() |
void |
THBaseService.Client.recv_mutateRow() |
int |
THBaseService.Client.recv_openScanner() |
void |
THBaseService.Client.recv_put() |
void |
THBaseService.Client.recv_putMultiple() |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.