org.apache.hadoop.hbase.thrift.generated
Class Hbase.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
org.apache.hadoop.hbase.thrift.generated.Hbase.AsyncClient
- All Implemented Interfaces:
- Hbase.AsyncIface
- Enclosing class:
- Hbase
public static class Hbase.AsyncClient
- extends org.apache.thrift.async.TAsyncClient
- implements Hbase.AsyncIface
Fields inherited from class org.apache.thrift.async.TAsyncClient |
___currentMethod, ___manager, ___protocolFactory, ___transport |
Constructor Summary |
Hbase.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport)
|
Method Summary |
void |
atomicIncrement(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long value,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.atomicIncrement_call> resultHandler)
|
void |
compact(ByteBuffer tableNameOrRegionName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.compact_call> resultHandler)
|
void |
createTable(ByteBuffer tableName,
List<ColumnDescriptor> columnFamilies,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.createTable_call> resultHandler)
|
void |
deleteAll(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteAll_call> resultHandler)
|
void |
deleteAllRow(ByteBuffer tableName,
ByteBuffer row,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteAllRow_call> resultHandler)
|
void |
deleteAllRowTs(ByteBuffer tableName,
ByteBuffer row,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteAllRowTs_call> resultHandler)
|
void |
deleteAllTs(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteAllTs_call> resultHandler)
|
void |
deleteTable(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteTable_call> resultHandler)
|
void |
disableTable(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.disableTable_call> resultHandler)
|
void |
enableTable(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.enableTable_call> resultHandler)
|
void |
get(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.get_call> resultHandler)
|
void |
getColumnDescriptors(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getColumnDescriptors_call> resultHandler)
|
void |
getRegionInfo(ByteBuffer row,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRegionInfo_call> resultHandler)
|
void |
getRow(ByteBuffer tableName,
ByteBuffer row,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRow_call> resultHandler)
|
void |
getRowOrBefore(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer family,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowOrBefore_call> resultHandler)
|
void |
getRows(ByteBuffer tableName,
List<ByteBuffer> rows,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRows_call> resultHandler)
|
void |
getRowsTs(ByteBuffer tableName,
List<ByteBuffer> rows,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowsTs_call> resultHandler)
|
void |
getRowsWithColumns(ByteBuffer tableName,
List<ByteBuffer> rows,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowsWithColumns_call> resultHandler)
|
void |
getRowsWithColumnsTs(ByteBuffer tableName,
List<ByteBuffer> rows,
List<ByteBuffer> columns,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowsWithColumnsTs_call> resultHandler)
|
void |
getRowTs(ByteBuffer tableName,
ByteBuffer row,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowTs_call> resultHandler)
|
void |
getRowWithColumns(ByteBuffer tableName,
ByteBuffer row,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowWithColumns_call> resultHandler)
|
void |
getRowWithColumnsTs(ByteBuffer tableName,
ByteBuffer row,
List<ByteBuffer> columns,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowWithColumnsTs_call> resultHandler)
|
void |
getTableNames(org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getTableNames_call> resultHandler)
|
void |
getTableRegions(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getTableRegions_call> resultHandler)
|
void |
getVer(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getVer_call> resultHandler)
|
void |
getVerTs(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long timestamp,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getVerTs_call> resultHandler)
|
void |
increment(TIncrement increment,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.increment_call> resultHandler)
|
void |
incrementRows(List<TIncrement> increments,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.incrementRows_call> resultHandler)
|
void |
isTableEnabled(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.isTableEnabled_call> resultHandler)
|
void |
majorCompact(ByteBuffer tableNameOrRegionName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.majorCompact_call> resultHandler)
|
void |
mutateRow(ByteBuffer tableName,
ByteBuffer row,
List<Mutation> mutations,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRow_call> resultHandler)
|
void |
mutateRows(ByteBuffer tableName,
List<BatchMutation> rowBatches,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRows_call> resultHandler)
|
void |
mutateRowsTs(ByteBuffer tableName,
List<BatchMutation> rowBatches,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowsTs_call> resultHandler)
|
void |
mutateRowTs(ByteBuffer tableName,
ByteBuffer row,
List<Mutation> mutations,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowTs_call> resultHandler)
|
void |
scannerClose(int id,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerClose_call> resultHandler)
|
void |
scannerGet(int id,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerGet_call> resultHandler)
|
void |
scannerGetList(int id,
int nbRows,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerGetList_call> resultHandler)
|
void |
scannerOpen(ByteBuffer tableName,
ByteBuffer startRow,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpen_call> resultHandler)
|
void |
scannerOpenTs(ByteBuffer tableName,
ByteBuffer startRow,
List<ByteBuffer> columns,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenTs_call> resultHandler)
|
void |
scannerOpenWithPrefix(ByteBuffer tableName,
ByteBuffer startAndPrefix,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithPrefix_call> resultHandler)
|
void |
scannerOpenWithScan(ByteBuffer tableName,
TScan scan,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithScan_call> resultHandler)
|
void |
scannerOpenWithStop(ByteBuffer tableName,
ByteBuffer startRow,
ByteBuffer stopRow,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithStop_call> resultHandler)
|
void |
scannerOpenWithStopTs(ByteBuffer tableName,
ByteBuffer startRow,
ByteBuffer stopRow,
List<ByteBuffer> columns,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithStopTs_call> resultHandler)
|
Methods inherited from class org.apache.thrift.async.TAsyncClient |
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hbase.AsyncClient
public Hbase.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport)
enableTable
public void enableTable(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.enableTable_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
enableTable
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
disableTable
public void disableTable(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.disableTable_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
disableTable
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
isTableEnabled
public void isTableEnabled(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.isTableEnabled_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
isTableEnabled
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
compact
public void compact(ByteBuffer tableNameOrRegionName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.compact_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
compact
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
majorCompact
public void majorCompact(ByteBuffer tableNameOrRegionName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.majorCompact_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
majorCompact
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getTableNames
public void getTableNames(org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getTableNames_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getTableNames
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getColumnDescriptors
public void getColumnDescriptors(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getColumnDescriptors_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getColumnDescriptors
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getTableRegions
public void getTableRegions(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getTableRegions_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getTableRegions
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
createTable
public void createTable(ByteBuffer tableName,
List<ColumnDescriptor> columnFamilies,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.createTable_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
createTable
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
deleteTable
public void deleteTable(ByteBuffer tableName,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteTable_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
deleteTable
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
get
public void get(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.get_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
get
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getVer
public void getVer(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getVer_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getVer
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getVerTs
public void getVerTs(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long timestamp,
int numVersions,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getVerTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getVerTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRow
public void getRow(ByteBuffer tableName,
ByteBuffer row,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRow_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRow
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRowWithColumns
public void getRowWithColumns(ByteBuffer tableName,
ByteBuffer row,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowWithColumns_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRowWithColumns
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRowTs
public void getRowTs(ByteBuffer tableName,
ByteBuffer row,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRowTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRowWithColumnsTs
public void getRowWithColumnsTs(ByteBuffer tableName,
ByteBuffer row,
List<ByteBuffer> columns,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowWithColumnsTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRowWithColumnsTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRows
public void getRows(ByteBuffer tableName,
List<ByteBuffer> rows,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRows_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRows
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRowsWithColumns
public void getRowsWithColumns(ByteBuffer tableName,
List<ByteBuffer> rows,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowsWithColumns_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRowsWithColumns
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRowsTs
public void getRowsTs(ByteBuffer tableName,
List<ByteBuffer> rows,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowsTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRowsTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRowsWithColumnsTs
public void getRowsWithColumnsTs(ByteBuffer tableName,
List<ByteBuffer> rows,
List<ByteBuffer> columns,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowsWithColumnsTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRowsWithColumnsTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
mutateRow
public void mutateRow(ByteBuffer tableName,
ByteBuffer row,
List<Mutation> mutations,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRow_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
mutateRow
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
mutateRowTs
public void mutateRowTs(ByteBuffer tableName,
ByteBuffer row,
List<Mutation> mutations,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
mutateRowTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
mutateRows
public void mutateRows(ByteBuffer tableName,
List<BatchMutation> rowBatches,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRows_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
mutateRows
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
mutateRowsTs
public void mutateRowsTs(ByteBuffer tableName,
List<BatchMutation> rowBatches,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowsTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
mutateRowsTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
atomicIncrement
public void atomicIncrement(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long value,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.atomicIncrement_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
atomicIncrement
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
deleteAll
public void deleteAll(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteAll_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
deleteAll
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
deleteAllTs
public void deleteAllTs(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer column,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteAllTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
deleteAllTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
deleteAllRow
public void deleteAllRow(ByteBuffer tableName,
ByteBuffer row,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteAllRow_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
deleteAllRow
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
increment
public void increment(TIncrement increment,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.increment_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
increment
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
incrementRows
public void incrementRows(List<TIncrement> increments,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.incrementRows_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
incrementRows
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
deleteAllRowTs
public void deleteAllRowTs(ByteBuffer tableName,
ByteBuffer row,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.deleteAllRowTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
deleteAllRowTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerOpenWithScan
public void scannerOpenWithScan(ByteBuffer tableName,
TScan scan,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithScan_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerOpenWithScan
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerOpen
public void scannerOpen(ByteBuffer tableName,
ByteBuffer startRow,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpen_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerOpen
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerOpenWithStop
public void scannerOpenWithStop(ByteBuffer tableName,
ByteBuffer startRow,
ByteBuffer stopRow,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithStop_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerOpenWithStop
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerOpenWithPrefix
public void scannerOpenWithPrefix(ByteBuffer tableName,
ByteBuffer startAndPrefix,
List<ByteBuffer> columns,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithPrefix_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerOpenWithPrefix
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerOpenTs
public void scannerOpenTs(ByteBuffer tableName,
ByteBuffer startRow,
List<ByteBuffer> columns,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerOpenTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerOpenWithStopTs
public void scannerOpenWithStopTs(ByteBuffer tableName,
ByteBuffer startRow,
ByteBuffer stopRow,
List<ByteBuffer> columns,
long timestamp,
Map<ByteBuffer,ByteBuffer> attributes,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithStopTs_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerOpenWithStopTs
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerGet
public void scannerGet(int id,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerGet_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerGet
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerGetList
public void scannerGetList(int id,
int nbRows,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerGetList_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerGetList
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
scannerClose
public void scannerClose(int id,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerClose_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
scannerClose
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRowOrBefore
public void getRowOrBefore(ByteBuffer tableName,
ByteBuffer row,
ByteBuffer family,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRowOrBefore_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRowOrBefore
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
getRegionInfo
public void getRegionInfo(ByteBuffer row,
org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.getRegionInfo_call> resultHandler)
throws org.apache.thrift.TException
- Specified by:
getRegionInfo
in interface Hbase.AsyncIface
- Throws:
org.apache.thrift.TException
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.