forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-5314: Cleanup and document MBeanStatsMonitor child classes
- Fixed minor warnings. - Added JUnit Tests for all modified classes. - There's only one thread updating the mutable values so it's been decided to keep volatiles instead of moving to atomics. - Documentation improved to better explain the thread-safety of the classes.
- Loading branch information
1 parent
1998a21
commit be52507
Showing
10 changed files
with
1,445 additions
and
477 deletions.
There are no files selected for viewing
319 changes: 162 additions & 157 deletions
319
...in/java/org/apache/geode/management/internal/beans/stats/AggregateRegionStatsMonitor.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.