类的使用
com.alibaba.nacos.api.naming.pojo.ListView
使用ListView的程序包
-
com.alibaba.nacos.api.naming中ListView的使用
修饰符和类型方法说明NamingService.getServicesOfServer(int pageNo, int pageSize)Get all service names from server.NamingService.getServicesOfServer(int pageNo, int pageSize, AbstractSelector selector)Get all service names from server with selector.NamingService.getServicesOfServer(int pageNo, int pageSize, String groupName)Get all service names from server.NamingService.getServicesOfServer(int pageNo, int pageSize, String groupName, AbstractSelector selector)Get all service names from server with selector.