Uses of Class
com.alibaba.nacos.api.naming.pojo.ListView
-
Packages that use ListView Package Description com.alibaba.nacos.api.naming -
-
Uses of ListView in com.alibaba.nacos.api.naming
Methods in com.alibaba.nacos.api.naming that return ListView Modifier and Type Method Description ListView<String>NamingService. getServicesOfServer(int pageNo, int pageSize)Get all service names from serverListView<String>NamingService. getServicesOfServer(int pageNo, int pageSize, AbstractSelector selector)Get all service names from server with selectorListView<String>NamingService. getServicesOfServer(int pageNo, int pageSize, String groupName)Get all service names from serverListView<String>NamingService. getServicesOfServer(int pageNo, int pageSize, String groupName, AbstractSelector selector)Get all service names from server with selector
-