public class DestinationSubset<T> extends Object
| 构造器和说明 |
|---|
DestinationSubset(String clusterName) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClusterName() |
Set<Endpoint> |
getEndpoints() |
org.apache.dubbo.rpc.cluster.router.state.BitList<org.apache.dubbo.rpc.Invoker<T>> |
getInvokers() |
void |
setEndpoints(Set<Endpoint> endpoints) |
void |
setInvokers(org.apache.dubbo.rpc.cluster.router.state.BitList<org.apache.dubbo.rpc.Invoker<T>> invokers) |
public DestinationSubset(String clusterName)
Copyright © 2024 The Apache Software Foundation. All rights reserved.