You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Nathan Marz (JIRA)" <ji...@apache.org> on 2009/01/30 21:48:59 UTC

[jira] Created: (THRIFT-296) MetaData map should be accessible from TBase

MetaData map should be accessible from TBase
--------------------------------------------

                 Key: THRIFT-296
                 URL: https://issues.apache.org/jira/browse/THRIFT-296
             Project: Thrift
          Issue Type: Improvement
          Components: Compiler (Java), Library (Java)
            Reporter: Nathan Marz
            Priority: Minor


Right now the meta data map is only accessible from the Thrift object directly, and not from TBase. Since every thrift object has one of these maps, it would be useful to have the meta data map be part of TBase rather than in each of the derived objects. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (THRIFT-296) MetaData map should be accessible from TBase

Posted by "Nathan Marz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Marz closed THRIFT-296.
------------------------------

    Resolution: Fixed

I don't know what I was thinking. Clearly this isn't possible since the map is static.

> MetaData map should be accessible from TBase
> --------------------------------------------
>
>                 Key: THRIFT-296
>                 URL: https://issues.apache.org/jira/browse/THRIFT-296
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (Java), Library (Java)
>            Reporter: Nathan Marz
>            Priority: Minor
>
> Right now the meta data map is only accessible from the Thrift object directly, and not from TBase. Since every thrift object has one of these maps, it would be useful to have the meta data map be part of TBase rather than in each of the derived objects. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-296) MetaData map should be accessible from TBase

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669041#action_12669041 ] 

Bryan Duxbury commented on THRIFT-296:
--------------------------------------

And, TBase is an interface.

> MetaData map should be accessible from TBase
> --------------------------------------------
>
>                 Key: THRIFT-296
>                 URL: https://issues.apache.org/jira/browse/THRIFT-296
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (Java), Library (Java)
>            Reporter: Nathan Marz
>            Priority: Minor
>
> Right now the meta data map is only accessible from the Thrift object directly, and not from TBase. Since every thrift object has one of these maps, it would be useful to have the meta data map be part of TBase rather than in each of the derived objects. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.