Vladsz83 commented on a change in pull request #7446: IGNITE-12464 : Service 
metrics
URL: https://github.com/apache/ignite/pull/7446#discussion_r400768450
 
 

 ##########
 File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/service/inner/NamingServiceImpl.java
 ##########
 @@ -0,0 +1,31 @@
+package org.apache.ignite.internal.processors.service.inner;
+
+import org.apache.ignite.services.ServiceContext;
+
+/** {@inheritDoc} */
+public class NamingServiceImpl implements NamingService {
+    /** {@inheritDoc} */
+    @Override public int 
process(org.apache.ignite.internal.processors.service.inner.impl.Param param) {
+        return param.value();
+    }
+
+    /** {@inheritDoc} */
+    @Override public int 
process(org.apache.ignite.internal.processors.service.inner.experimental.Param 
param) {
+        return param.value();
+    }
+
+    /** {@inheritDoc} */
+    @Override public void cancel(ServiceContext ctx) {
+        // No-op.
+    }
+
+    /** {@inheritDoc} */
+    @Override public void init(ServiceContext ctx) throws Exception {
 
 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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to