Uses of Interface
org.apache.dubbo.rpc.cluster.Directory
Packages that use Directory
Package
Description
-
Uses of Directory in org.apache.dubbo.registry
Methods in org.apache.dubbo.registry with parameters of type Directory -
Uses of Directory in org.apache.dubbo.rpc.cluster
Methods in org.apache.dubbo.rpc.cluster that return DirectoryMethods in org.apache.dubbo.rpc.cluster with parameters of type Directory -
Uses of Directory in org.apache.dubbo.rpc.cluster.directory
Classes in org.apache.dubbo.rpc.cluster.directory that implement DirectoryModifier and TypeClassDescriptionclassAbstract implementation of Directory: Invoker list returned from this Directory's list method have been filtered by RoutersclassStaticDirectory -
Uses of Directory in org.apache.dubbo.rpc.cluster.filter
Methods in org.apache.dubbo.rpc.cluster.filter that return DirectoryModifier and TypeMethodDescriptionFilterChainBuilder.ClusterCallbackRegistrationInvoker.getDirectory()FilterChainBuilder.ClusterFilterChainNode.getDirectory()FilterChainBuilder.CopyOfClusterFilterChainNode.getDirectory() -
Uses of Directory in org.apache.dubbo.rpc.cluster.support
Methods in org.apache.dubbo.rpc.cluster.support that return DirectoryMethods in org.apache.dubbo.rpc.cluster.support with parameters of type DirectoryModifier and TypeMethodDescription<T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> Constructors in org.apache.dubbo.rpc.cluster.support with parameters of type DirectoryModifierConstructorDescriptionAbstractClusterInvoker(Directory<T> directory) AbstractClusterInvoker(Directory<T> directory, org.apache.dubbo.common.URL url) AvailableClusterInvoker(Directory<T> directory) BroadcastClusterInvoker(Directory<T> directory) FailbackClusterInvoker(Directory<T> directory) FailfastClusterInvoker(Directory<T> directory) FailoverClusterInvoker(Directory<T> directory) FailsafeClusterInvoker(Directory<T> directory) ForkingClusterInvoker(Directory<T> directory) -
Uses of Directory in org.apache.dubbo.rpc.cluster.support.registry
Constructors in org.apache.dubbo.rpc.cluster.support.registry with parameters of type Directory -
Uses of Directory in org.apache.dubbo.rpc.cluster.support.wrapper
Methods in org.apache.dubbo.rpc.cluster.support.wrapper that return DirectoryMethods in org.apache.dubbo.rpc.cluster.support.wrapper with parameters of type DirectoryConstructors in org.apache.dubbo.rpc.cluster.support.wrapper with parameters of type Directory