接口的使用
org.apache.dubbo.common.utils.Page
-
使用Page的程序包 程序包 说明 org.apache.dubbo.common.utils org.apache.dubbo.registry.client * The inspiration of service registration and discovery comes from Spring Cloud Commons.org.apache.dubbo.registry.multiple org.apache.dubbo.registry.sofa org.apache.dubbo.registry.zookeeper -
-
org.apache.dubbo.common.utils中Page的使用
实现Page的org.apache.dubbo.common.utils中的类 修饰符和类型 类 说明 classDefaultPage<T>The default implementation ofPage -
org.apache.dubbo.registry.client中Page的使用
返回Page的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 default Page<ServiceInstance>ServiceDiscovery. getInstances(String serviceName, int offset, int pageSize)Gets thepaginationofservice instancesby the specified service name.default Page<ServiceInstance>ServiceDiscovery. getInstances(String serviceName, int offset, int pageSize, boolean healthyOnly)Get thepaginationofservice instancesby the specified service name.返回变量类型为Page的类型的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 default Map<String,Page<ServiceInstance>>ServiceDiscovery. getInstances(Iterable<String> serviceNames, int offset, int requestSize)batch-get allservice instancesby the specified service names -
org.apache.dubbo.registry.multiple中Page的使用
返回Page的org.apache.dubbo.registry.multiple中的方法 修饰符和类型 方法 说明 Page<ServiceInstance>MultipleRegistryServiceDiscovery. getInstances(String serviceName, int offset, int pageSize, boolean healthyOnly) -
org.apache.dubbo.registry.sofa中Page的使用
返回Page的org.apache.dubbo.registry.sofa中的方法 修饰符和类型 方法 说明 Page<ServiceInstance>SofaRegistryServiceDiscovery. getInstances(String serviceName, int offset, int pageSize, boolean healthyOnly) -
org.apache.dubbo.registry.zookeeper中Page的使用
返回Page的org.apache.dubbo.registry.zookeeper中的方法 修饰符和类型 方法 说明 Page<ServiceInstance>ZookeeperServiceDiscovery. getInstances(String serviceName, int offset, int pageSize, boolean healthyOnly)
-