[
https://issues.apache.org/jira/browse/THRIFT-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roger Meier resolved THRIFT-131.
--------------------------------
Resolution: Won't Fix
issue is too old, please reopen or create a new issue and patch if you need
this.
see http://thrift.apache.org/docs/HowToContribute/
> Add convenience counter methods to fb303 thrift file
> ----------------------------------------------------
>
> Key: THRIFT-131
> URL: https://issues.apache.org/jira/browse/THRIFT-131
> Project: Thrift
> Issue Type: Improvement
> Reporter: Johan Oskarsson
> Priority: Trivial
>
> Since most of the different FacebookBase classes/files have a version of
> these methods, I suggest adding them to the fb303.thrift file.
> /**
> * increment this counter by 1
> */
> i64 incrementCounter(String key);
> /**
> * Remove this counter and any value associated with it
> */
> void deleteCounter(string key);
> /**
> * Reset this counter to 0
> */
> void resetCounter(string key);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira