类分层结构
- java.lang.Object
- org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster (implements org.apache.dubbo.rpc.cluster.Cluster)
- org.apache.dubbo.rpc.cluster.support.BroadcastCluster
- org.apache.dubbo.rpc.cluster.support.FailbackCluster
- org.apache.dubbo.rpc.cluster.support.FailfastCluster
- org.apache.dubbo.rpc.cluster.support.FailoverCluster
- org.apache.dubbo.rpc.cluster.support.FailsafeCluster
- org.apache.dubbo.rpc.cluster.support.ForkingCluster
- org.apache.dubbo.rpc.cluster.support.MergeableCluster
- org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker<T> (implements org.apache.dubbo.rpc.cluster.ClusterInvoker<T>)
- org.apache.dubbo.rpc.cluster.support.AvailableClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.BroadcastClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.FailbackClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.FailfastClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.FailsafeClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.ForkingClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.AvailableCluster (implements org.apache.dubbo.rpc.cluster.Cluster)
- org.apache.dubbo.rpc.cluster.support.ClusterUtils
- org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster (implements org.apache.dubbo.rpc.cluster.Cluster)