Skip to content

Commit

Permalink
IGNITE-49 Removed DiscoveryMetricsHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
niktikhonov committed Jan 27, 2015
1 parent f1a8f16 commit abe5d17
Show file tree
Hide file tree
Showing 13 changed files with 366 additions and 1,050 deletions.
Expand Up @@ -261,7 +261,7 @@ public ExecutorService executorService() {
if (nodes().isEmpty())
throw U.emptyTopologyException();

return new ClusterMetricsImpl(this);
return new ClusterMetricsSnapshot(this);
}
finally {
unguard();
Expand Down

0 comments on commit abe5d17

Please sign in to comment.