Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
Patch Available
Description
The java fb303 monitoring interface does not have several methods that are present in the cpp interface.
I am adding incrementCounter(String key, long increment) and setCounter(String key, long value).
On top of that I am changing the return of getStatus to an i32 value instead of the fb_status enum.