Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for 
change notification.

The following page has been changed by BryanDuxbury:
http://wiki.apache.org/lucene-hadoop/Hbase/ThriftApi

------------------------------------------------------------------------------
  === Row methods ===
  
  ==== Get Row ====
- Retrieve a map<col name, byte[]> for a given row, with all the usual options. 
(timestamp, selected columns)
+ Retrieve a map<col name, value> for a given row, with all the usual options. 
(timestamp, selected columns)
+ 
+ {{{
+ map<string, string> getRow(string tableName, string row),
+ map<string, string> getRow(string tableName, string row, i64 timestamp),
+ map<string, string> getRow(string tableName, string row, list<string> 
columns),
+ map<string, string> getRow(string tableName, string row, list<string> 
columns, i64 timestamp)
+ }}}
  
  ==== Mutate Row (Put) ====
  Send a series of mutation commands (put, delete) to the table.

Reply via email to