public static interface THBaseService.AsyncIface
| Modifier and Type | Method and Description |
|---|---|
void |
append(ByteBuffer table,
TAppend tappend,
org.apache.thrift.async.AsyncMethodCallback<TResult> resultHandler) |
void |
checkAndDelete(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TDelete tdelete,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
void |
checkAndMutate(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
void |
checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut tput,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
void |
closeScanner(int scannerId,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
deleteMultiple(ByteBuffer table,
List<TDelete> tdeletes,
org.apache.thrift.async.AsyncMethodCallback<List<TDelete>> resultHandler) |
void |
deleteSingle(ByteBuffer table,
TDelete tdelete,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
exists(ByteBuffer table,
TGet tget,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
void |
existsAll(ByteBuffer table,
List<TGet> tgets,
org.apache.thrift.async.AsyncMethodCallback<List<Boolean>> resultHandler) |
void |
get(ByteBuffer table,
TGet tget,
org.apache.thrift.async.AsyncMethodCallback<TResult> resultHandler) |
void |
getAllRegionLocations(ByteBuffer table,
org.apache.thrift.async.AsyncMethodCallback<List<THRegionLocation>> resultHandler) |
void |
getMultiple(ByteBuffer table,
List<TGet> tgets,
org.apache.thrift.async.AsyncMethodCallback<List<TResult>> resultHandler) |
void |
getRegionLocation(ByteBuffer table,
ByteBuffer row,
boolean reload,
org.apache.thrift.async.AsyncMethodCallback<THRegionLocation> resultHandler) |
void |
getScannerResults(ByteBuffer table,
TScan tscan,
int numRows,
org.apache.thrift.async.AsyncMethodCallback<List<TResult>> resultHandler) |
void |
getScannerRows(int scannerId,
int numRows,
org.apache.thrift.async.AsyncMethodCallback<List<TResult>> resultHandler) |
void |
increment(ByteBuffer table,
TIncrement tincrement,
org.apache.thrift.async.AsyncMethodCallback<TResult> resultHandler) |
void |
mutateRow(ByteBuffer table,
TRowMutations trowMutations,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
openScanner(ByteBuffer table,
TScan tscan,
org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) |
void |
put(ByteBuffer table,
TPut tput,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
putMultiple(ByteBuffer table,
List<TPut> tputs,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void exists(ByteBuffer table, TGet tget, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid existsAll(ByteBuffer table, List<TGet> tgets, org.apache.thrift.async.AsyncMethodCallback<List<Boolean>> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid get(ByteBuffer table, TGet tget, org.apache.thrift.async.AsyncMethodCallback<TResult> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid getMultiple(ByteBuffer table, List<TGet> tgets, org.apache.thrift.async.AsyncMethodCallback<List<TResult>> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid put(ByteBuffer table, TPut tput, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid checkAndPut(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, ByteBuffer value, TPut tput, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid putMultiple(ByteBuffer table, List<TPut> tputs, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid deleteSingle(ByteBuffer table, TDelete tdelete, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid deleteMultiple(ByteBuffer table, List<TDelete> tdeletes, org.apache.thrift.async.AsyncMethodCallback<List<TDelete>> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid checkAndDelete(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, ByteBuffer value, TDelete tdelete, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid increment(ByteBuffer table, TIncrement tincrement, org.apache.thrift.async.AsyncMethodCallback<TResult> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid append(ByteBuffer table, TAppend tappend, org.apache.thrift.async.AsyncMethodCallback<TResult> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid openScanner(ByteBuffer table, TScan tscan, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid getScannerRows(int scannerId,
int numRows,
org.apache.thrift.async.AsyncMethodCallback<List<TResult>> resultHandler)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid closeScanner(int scannerId,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid mutateRow(ByteBuffer table, TRowMutations trowMutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid getScannerResults(ByteBuffer table, TScan tscan, int numRows, org.apache.thrift.async.AsyncMethodCallback<List<TResult>> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid getRegionLocation(ByteBuffer table, ByteBuffer row, boolean reload, org.apache.thrift.async.AsyncMethodCallback<THRegionLocation> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid getAllRegionLocations(ByteBuffer table, org.apache.thrift.async.AsyncMethodCallback<List<THRegionLocation>> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid checkAndMutate(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, TCompareOp compareOp, ByteBuffer value, TRowMutations rowMutations, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.