You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Apostolos Giannakidis (JIRA)" <ji...@apache.org> on 2013/09/02 21:17:51 UTC

[jira] [Commented] (GORA-274) Extend the LogManager to support -get

    [ https://issues.apache.org/jira/browse/GORA-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756210#comment-13756210 ] 

Apostolos Giannakidis commented on GORA-274:
--------------------------------------------

I would like to listen to your opinions on this and if you agree I can easily provide a patch for this.
                
> Extend the LogManager to support -get <lineNum> <field list> 
> -------------------------------------------------------------
>
>                 Key: GORA-274
>                 URL: https://issues.apache.org/jira/browse/GORA-274
>             Project: Apache Gora
>          Issue Type: Improvement
>            Reporter: Apostolos Giannakidis
>            Priority: Minor
>              Labels: tutorial
>
> Based on the Gora API, the Gora backend datastore modules should provide an implementation of the method get(K key, String[] fields). This is a very useful and important method of the Gora API. However, the tutorial sample application LogManager does not demonstrate this functionality. Currently it only has an option to fetch an object based on its key, which calls the get(K key) method that fetches all the fields. I propose to extend the LogManager options and provide a new option as follows:
> -get <lineNum> <field list> 
> This would call the datastore.get(K key, String[] fields). 
> I believe that it is important to demonstrate this Gora functionality in the official tutorial application.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira