Vladsz83 commented on a change in pull request #9771:
URL: https://github.com/apache/ignite/pull/9771#discussion_r795806512
##########
File path: modules/core/src/main/java/org/apache/ignite/IgniteServices.java
##########
@@ -576,13 +580,15 @@ public void deployMultiple(String name, Service svc, int
totalCnt, int maxPerNod
* @param name Service name.
* @param <T> Service type.
* @return all deployed services with specified name.
+ * @see ServiceConfiguration#setStatisticsEnabled(boolean)
+ * @deprecated Use the proxies like {@link #serviceProxy(String, Class,
boolean)}. References to local services
+ * corrupt the service statistics and bring no real performance
optimization.
*/
+ @Deprecated
public <T> Collection<T> services(String name);
/**
- * Gets a remote handle on the service. If service is available locally,
- * then local instance is returned, otherwise, a remote proxy is
dynamically
- * created and provided for the specified service.
+ * Gets a handle on the service.
Review comment:
Fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]