Uses of Interface
org.apache.dubbo.rpc.cluster.Cluster
Packages that use Cluster
Package
Description
-
Uses of Cluster in org.apache.dubbo.rpc.cluster
Methods in org.apache.dubbo.rpc.cluster that return ClusterModifier and TypeMethodDescriptionstatic ClusterCluster.getCluster(org.apache.dubbo.rpc.model.ScopeModel scopeModel, String name) static ClusterCluster.getCluster(org.apache.dubbo.rpc.model.ScopeModel scopeModel, String name, boolean wrap) -
Uses of Cluster in org.apache.dubbo.rpc.cluster.support
Classes in org.apache.dubbo.rpc.cluster.support that implement ClusterModifier and TypeClassDescriptionclassAvailableClusterclassBroadcastClusterclassclassclassclassclassclass -
Uses of Cluster in org.apache.dubbo.rpc.cluster.support.registry
Classes in org.apache.dubbo.rpc.cluster.support.registry that implement Cluster -
Uses of Cluster in org.apache.dubbo.rpc.cluster.support.wrapper
Classes in org.apache.dubbo.rpc.cluster.support.wrapper that implement ClusterModifier and TypeClassDescriptionclassclassmock implclassIntroducing ScopeClusterInvoker section through Dubbo SPI mechanismMethods in org.apache.dubbo.rpc.cluster.support.wrapper that return ClusterModifier and TypeMethodDescriptionMockClusterWrapper.getCluster()ScopeClusterWrapper.getCluster()Constructors in org.apache.dubbo.rpc.cluster.support.wrapper with parameters of type ClusterModifierConstructorDescriptionMockClusterWrapper(Cluster cluster) ScopeClusterWrapper(Cluster cluster)