类 ServiceInfoUpdateService

java.lang.Object
com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService
所有已实现的接口:
com.alibaba.nacos.common.lifecycle.Closeable

public class ServiceInfoUpdateService extends Object implements com.alibaba.nacos.common.lifecycle.Closeable
Service information update service.
作者:
xiweng.yy
  • 构造器详细资料

  • 方法详细资料

    • scheduleUpdateIfAbsent

      public void scheduleUpdateIfAbsent(String serviceName, String groupName, String clusters)
      Schedule update if absent.
      参数:
      serviceName - service name
      groupName - group name
      clusters - clusters
    • stopUpdateIfContain

      public void stopUpdateIfContain(String serviceName, String groupName, String clusters)
      Stop to schedule update if contain task.
      参数:
      serviceName - service name
      groupName - group name
      clusters - clusters
    • shutdown

      public void shutdown() throws com.alibaba.nacos.api.exception.NacosException
      指定者:
      shutdown 在接口中 com.alibaba.nacos.common.lifecycle.Closeable
      抛出:
      com.alibaba.nacos.api.exception.NacosException