-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move topn to core module. * StringTopNCounter replace TopnCounterMetricsContainer.java * Use ServiceTopNCounter replace StringTopNCounterTest for naming. * Use FixedSizePriorityQueue replace PriorityQueue to save memory. * For PMD.
- Loading branch information
1 parent
0d46af0
commit e77a0bb
Showing
14 changed files
with
609 additions
and
347 deletions.
There are no files selected for viewing
217 changes: 0 additions & 217 deletions
217
common/src/main/java/com/alibaba/nacos/common/utils/TopnCounterMetricsContainer.java
This file was deleted.
Oops, something went wrong.
109 changes: 0 additions & 109 deletions
109
common/src/test/java/com/alibaba/nacos/common/utils/TopnCounterMetricsContainerTest.java
This file was deleted.
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.