-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.1, 0.9.2
-
Fix Version/s: 0.9.3
-
Component/s: Java - Library
-
Labels:None
-
Patch Info:Patch Available
At present, there are fields called "private volatile boolean stopped_ = false" for several Thrift server implementations. I propose that we could define this field in class TServer along with two methods, one for get while the other for set.