Package org.apache.hadoop.hbase.thrift2.generated

Interface Summary
THBaseService.AsyncIface  
THBaseService.Iface  
 

Class Summary
TAppend  
TAuthorization  
TCellVisibility  
TColumn Addresses a single cell or multiple cells in a HBase table by column family and optionally a column qualifier and timestamp
TColumnIncrement Represents a single cell and the amount to increment it by
TColumnValue Represents a single cell and its value.
TDelete Used to perform Delete operations on a single row.
TGet Used to perform Get operations on a single row.
THBaseService  
THBaseService.append_args  
THBaseService.append_result  
THBaseService.AsyncClient  
THBaseService.AsyncClient.append_call  
THBaseService.AsyncClient.checkAndDelete_call  
THBaseService.AsyncClient.checkAndPut_call  
THBaseService.AsyncClient.closeScanner_call  
THBaseService.AsyncClient.deleteMultiple_call  
THBaseService.AsyncClient.deleteSingle_call  
THBaseService.AsyncClient.exists_call  
THBaseService.AsyncClient.Factory  
THBaseService.AsyncClient.get_call  
THBaseService.AsyncClient.getMultiple_call  
THBaseService.AsyncClient.getScannerResults_call  
THBaseService.AsyncClient.getScannerRows_call  
THBaseService.AsyncClient.increment_call  
THBaseService.AsyncClient.mutateRow_call  
THBaseService.AsyncClient.openScanner_call  
THBaseService.AsyncClient.put_call  
THBaseService.AsyncClient.putMultiple_call  
THBaseService.checkAndDelete_args  
THBaseService.checkAndDelete_result  
THBaseService.checkAndPut_args  
THBaseService.checkAndPut_result  
THBaseService.Client  
THBaseService.Client.Factory  
THBaseService.closeScanner_args  
THBaseService.closeScanner_result  
THBaseService.deleteMultiple_args  
THBaseService.deleteMultiple_result  
THBaseService.deleteSingle_args  
THBaseService.deleteSingle_result  
THBaseService.exists_args  
THBaseService.exists_result  
THBaseService.get_args  
THBaseService.get_result  
THBaseService.getMultiple_args  
THBaseService.getMultiple_result  
THBaseService.getScannerResults_args  
THBaseService.getScannerResults_result  
THBaseService.getScannerRows_args  
THBaseService.getScannerRows_result  
THBaseService.increment_args  
THBaseService.increment_result  
THBaseService.mutateRow_args  
THBaseService.mutateRow_result  
THBaseService.openScanner_args  
THBaseService.openScanner_result  
THBaseService.Processor<I extends THBaseService.Iface>  
THBaseService.Processor.append<I extends THBaseService.Iface>  
THBaseService.Processor.checkAndDelete<I extends THBaseService.Iface>  
THBaseService.Processor.checkAndPut<I extends THBaseService.Iface>  
THBaseService.Processor.closeScanner<I extends THBaseService.Iface>  
THBaseService.Processor.deleteMultiple<I extends THBaseService.Iface>  
THBaseService.Processor.deleteSingle<I extends THBaseService.Iface>  
THBaseService.Processor.exists<I extends THBaseService.Iface>  
THBaseService.Processor.get<I extends THBaseService.Iface>  
THBaseService.Processor.getMultiple<I extends THBaseService.Iface>  
THBaseService.Processor.getScannerResults<I extends THBaseService.Iface>  
THBaseService.Processor.getScannerRows<I extends THBaseService.Iface>  
THBaseService.Processor.increment<I extends THBaseService.Iface>  
THBaseService.Processor.mutateRow<I extends THBaseService.Iface>  
THBaseService.Processor.openScanner<I extends THBaseService.Iface>  
THBaseService.Processor.put<I extends THBaseService.Iface>  
THBaseService.Processor.putMultiple<I extends THBaseService.Iface>  
THBaseService.put_args  
THBaseService.put_result  
THBaseService.putMultiple_args  
THBaseService.putMultiple_result  
TIncrement Used to perform Increment operations for a single row.
TMutation Atomic mutation for the specified row.
TPut Used to perform Put operations for a single row.
TResult if no Result is found, row and columnValues will not be set.
TRowMutations A TRowMutations object is used to apply a number of Mutations to a single row.
TScan Any timestamps in the columns are ignored, use timeRange to select by timestamp.
TTimeRange  
 

Enum Summary
TAppend._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TAuthorization._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TCellVisibility._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TColumn._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TColumnIncrement._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TColumnValue._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TDelete._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TDeleteType Specify type of delete: - DELETE_COLUMN means exactly one version will be removed, - DELETE_COLUMNS means previous versions will also be removed.
TDurability Specify Durability: - SKIP_WAL means do not write the Mutation to the WAL.
TGet._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.append_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.append_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.checkAndDelete_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.checkAndDelete_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.checkAndPut_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.checkAndPut_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.closeScanner_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.closeScanner_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.deleteMultiple_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.deleteMultiple_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.deleteSingle_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.deleteSingle_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.exists_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.exists_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.get_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.get_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.getMultiple_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.getMultiple_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.getScannerResults_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.getScannerResults_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.getScannerRows_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.getScannerRows_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.increment_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.increment_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.mutateRow_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.mutateRow_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.openScanner_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.openScanner_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.put_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.put_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.putMultiple_args._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
THBaseService.putMultiple_result._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TIllegalArgument._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.
TIOError._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TMutation._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TPut._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TResult._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TRowMutations._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.
TTimeRange._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 

Exception Summary
TIllegalArgument A TIllegalArgument exception indicates an illegal or invalid argument was passed into a procedure.
TIOError A TIOError exception signals that an error occurred communicating to the HBase master or a HBase region server.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.