接口的使用
org.apache.dubbo.rpc.cluster.Cluster
-
-
com.alibaba.dubbo.rpc.cluster中Cluster的使用
com.alibaba.dubbo.rpc.cluster中Cluster的子接口 修饰符和类型 接口 说明 interfaceCluster已过时。 -
org.apache.dubbo.registry.client.migration中Cluster的使用
参数类型为Cluster的org.apache.dubbo.registry.client.migration中的构造器 构造器 说明 MigrationInvoker(RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl)MigrationInvoker(ClusterInvoker<T> invoker, ClusterInvoker<T> serviceDiscoveryInvoker, RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl)ServiceDiscoveryMigrationInvoker(RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl) -
org.apache.dubbo.registry.dubbo中Cluster的使用
参数类型为Cluster的org.apache.dubbo.registry.dubbo中的方法 修饰符和类型 方法 说明 voidDubboRegistryFactory. setCluster(Cluster cluster) -
org.apache.dubbo.registry.integration中Cluster的使用
参数类型为Cluster的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 <T> ClusterInvoker<T>InterfaceCompatibleRegistryProtocol. getInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>RegistryProtocol. getInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>InterfaceCompatibleRegistryProtocol. getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>RegistryProtocol. getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url) -
org.apache.dubbo.rpc.cluster中Cluster的使用
返回Cluster的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 static ClusterCluster. getCluster(String name)static ClusterCluster. getCluster(String name, boolean wrap) -
org.apache.dubbo.rpc.cluster.support中Cluster的使用
实现Cluster的org.apache.dubbo.rpc.cluster.support中的类 修饰符和类型 类 说明 classAvailableClusterAvailableClusterclassBroadcastClusterBroadcastClusterclassBroadcastCluster2BroadcastClusterclassFailbackClusterclassFailfastClusterclassFailoverClusterclassFailsafeClusterclassForkingClusterclassMergeableCluster -
org.apache.dubbo.rpc.cluster.support.registry中Cluster的使用
实现Cluster的org.apache.dubbo.rpc.cluster.support.registry中的类 修饰符和类型 类 说明 classZoneAwareCluster -
org.apache.dubbo.rpc.cluster.support.wrapper中Cluster的使用
实现Cluster的org.apache.dubbo.rpc.cluster.support.wrapper中的类 修饰符和类型 类 说明 classAbstractClusterclassMockClusterWrappermock impl参数类型为Cluster的org.apache.dubbo.rpc.cluster.support.wrapper中的构造器 构造器 说明 MockClusterWrapper(Cluster cluster)
-