Package org.apache.hadoop.hbase.thrift.generated

Interface Summary
Hbase.AsyncIface  
Hbase.Iface  
 

Class Summary
BatchMutation A BatchMutation object is used to apply a number of Mutations to a single row.
ColumnDescriptor An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
Hbase  
Hbase.AsyncClient  
Hbase.AsyncClient.atomicIncrement_call  
Hbase.AsyncClient.compact_call  
Hbase.AsyncClient.createTable_call  
Hbase.AsyncClient.deleteAll_call  
Hbase.AsyncClient.deleteAllRow_call  
Hbase.AsyncClient.deleteAllRowTs_call  
Hbase.AsyncClient.deleteAllTs_call  
Hbase.AsyncClient.deleteTable_call  
Hbase.AsyncClient.disableTable_call  
Hbase.AsyncClient.enableTable_call  
Hbase.AsyncClient.Factory  
Hbase.AsyncClient.get_call  
Hbase.AsyncClient.getColumnDescriptors_call  
Hbase.AsyncClient.getRegionInfo_call  
Hbase.AsyncClient.getRow_call  
Hbase.AsyncClient.getRowOrBefore_call  
Hbase.AsyncClient.getRows_call  
Hbase.AsyncClient.getRowsTs_call  
Hbase.AsyncClient.getRowsWithColumns_call  
Hbase.AsyncClient.getRowsWithColumnsTs_call  
Hbase.AsyncClient.getRowTs_call  
Hbase.AsyncClient.getRowWithColumns_call  
Hbase.AsyncClient.getRowWithColumnsTs_call  
Hbase.AsyncClient.getTableNames_call  
Hbase.AsyncClient.getTableRegions_call  
Hbase.AsyncClient.getVer_call  
Hbase.AsyncClient.getVerTs_call  
Hbase.AsyncClient.increment_call  
Hbase.AsyncClient.incrementRows_call  
Hbase.AsyncClient.isTableEnabled_call  
Hbase.AsyncClient.majorCompact_call  
Hbase.AsyncClient.mutateRow_call  
Hbase.AsyncClient.mutateRows_call  
Hbase.AsyncClient.mutateRowsTs_call  
Hbase.AsyncClient.mutateRowTs_call  
Hbase.AsyncClient.scannerClose_call  
Hbase.AsyncClient.scannerGet_call  
Hbase.AsyncClient.scannerGetList_call  
Hbase.AsyncClient.scannerOpen_call  
Hbase.AsyncClient.scannerOpenTs_call  
Hbase.AsyncClient.scannerOpenWithPrefix_call  
Hbase.AsyncClient.scannerOpenWithScan_call  
Hbase.AsyncClient.scannerOpenWithStop_call  
Hbase.AsyncClient.scannerOpenWithStopTs_call  
Hbase.atomicIncrement_args  
Hbase.atomicIncrement_result  
Hbase.Client  
Hbase.Client.Factory  
Hbase.compact_args  
Hbase.compact_result  
Hbase.createTable_args  
Hbase.createTable_result  
Hbase.deleteAll_args  
Hbase.deleteAll_result  
Hbase.deleteAllRow_args  
Hbase.deleteAllRow_result  
Hbase.deleteAllRowTs_args  
Hbase.deleteAllRowTs_result  
Hbase.deleteAllTs_args  
Hbase.deleteAllTs_result  
Hbase.deleteTable_args  
Hbase.deleteTable_result  
Hbase.disableTable_args  
Hbase.disableTable_result  
Hbase.enableTable_args  
Hbase.enableTable_result  
Hbase.get_args  
Hbase.get_result  
Hbase.getColumnDescriptors_args  
Hbase.getColumnDescriptors_result  
Hbase.getRegionInfo_args  
Hbase.getRegionInfo_result  
Hbase.getRow_args  
Hbase.getRow_result  
Hbase.getRowOrBefore_args  
Hbase.getRowOrBefore_result  
Hbase.getRows_args  
Hbase.getRows_result  
Hbase.getRowsTs_args  
Hbase.getRowsTs_result  
Hbase.getRowsWithColumns_args  
Hbase.getRowsWithColumns_result  
Hbase.getRowsWithColumnsTs_args  
Hbase.getRowsWithColumnsTs_result  
Hbase.getRowTs_args  
Hbase.getRowTs_result  
Hbase.getRowWithColumns_args  
Hbase.getRowWithColumns_result  
Hbase.getRowWithColumnsTs_args  
Hbase.getRowWithColumnsTs_result  
Hbase.getTableNames_args  
Hbase.getTableNames_result  
Hbase.getTableRegions_args  
Hbase.getTableRegions_result  
Hbase.getVer_args  
Hbase.getVer_result  
Hbase.getVerTs_args  
Hbase.getVerTs_result  
Hbase.increment_args  
Hbase.increment_result  
Hbase.incrementRows_args  
Hbase.incrementRows_result  
Hbase.isTableEnabled_args  
Hbase.isTableEnabled_result  
Hbase.majorCompact_args  
Hbase.majorCompact_result  
Hbase.mutateRow_args  
Hbase.mutateRow_result  
Hbase.mutateRows_args  
Hbase.mutateRows_result  
Hbase.mutateRowsTs_args  
Hbase.mutateRowsTs_result  
Hbase.mutateRowTs_args  
Hbase.mutateRowTs_result  
Hbase.Processor<I extends Hbase.Iface>  
Hbase.scannerClose_args  
Hbase.scannerClose_result  
Hbase.scannerGet_args  
Hbase.scannerGet_result  
Hbase.scannerGetList_args  
Hbase.scannerGetList_result  
Hbase.scannerOpen_args  
Hbase.scannerOpen_result  
Hbase.scannerOpenTs_args  
Hbase.scannerOpenTs_result  
Hbase.scannerOpenWithPrefix_args  
Hbase.scannerOpenWithPrefix_result  
Hbase.scannerOpenWithScan_args  
Hbase.scannerOpenWithScan_result  
Hbase.scannerOpenWithStop_args  
Hbase.scannerOpenWithStop_result  
Hbase.scannerOpenWithStopTs_args  
Hbase.scannerOpenWithStopTs_result  
Mutation A Mutation object is used to either update or delete a column-value.
TCell TCell - Used to transport a cell value (byte[]) and the timestamp it was stored with together as a result for get and getRow methods.
TIncrement For increments that are not incrementColumnValue equivalents.
TRegionInfo A TRegionInfo contains information about an HTable region.
TRowResult Holds row name and then a map of columns to cells.
TScan A Scan object is used to specify scanner parameters when opening a scanner.
 

Enum Summary
AlreadyExists._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BatchMutation._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ColumnDescriptor._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.atomicIncrement_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.atomicIncrement_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.compact_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.compact_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.createTable_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.createTable_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteAll_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteAll_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteAllRow_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteAllRow_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteAllRowTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteAllRowTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteAllTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteAllTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteTable_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.deleteTable_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.disableTable_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.disableTable_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.enableTable_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.enableTable_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.get_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.get_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getColumnDescriptors_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getColumnDescriptors_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRegionInfo_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRegionInfo_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRow_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRow_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowOrBefore_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowOrBefore_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRows_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRows_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowsTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowsTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowsWithColumns_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowsWithColumns_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowsWithColumnsTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowsWithColumnsTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowWithColumns_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowWithColumns_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowWithColumnsTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getRowWithColumnsTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getTableNames_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getTableNames_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getTableRegions_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getTableRegions_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getVer_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getVer_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getVerTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.getVerTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.increment_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.increment_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.incrementRows_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.incrementRows_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.isTableEnabled_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.isTableEnabled_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.majorCompact_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.majorCompact_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.mutateRow_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.mutateRow_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.mutateRows_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.mutateRows_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.mutateRowsTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.mutateRowsTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.mutateRowTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.mutateRowTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerClose_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerClose_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerGet_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerGet_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerGetList_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerGetList_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpen_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpen_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenWithPrefix_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenWithPrefix_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenWithScan_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenWithScan_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenWithStop_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenWithStop_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenWithStopTs_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Hbase.scannerOpenWithStopTs_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
IllegalArgument._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
IOError._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Mutation._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TCell._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TIncrement._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TRegionInfo._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TRowResult._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TScan._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 

Exception Summary
AlreadyExists An AlreadyExists exceptions signals that a table with the specified name already exists
IllegalArgument An IllegalArgument exception indicates an illegal or invalid argument was passed into a procedure.
IOError An IOError exception signals that an error occurred communicating to the Hbase master or an Hbase region server.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.