Class DubboInternalLoadingStrategy
java.lang.Object
org.apache.dubbo.common.extension.DubboInternalLoadingStrategy
- All Implemented Interfaces:
Comparable<Prioritized>,LoadingStrategy,Prioritized
Dubbo internal
LoadingStrategy- Since:
- 2.7.7
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.extension.LoadingStrategy
ALLFields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.common.extension.LoadingStrategy
excludedPackages, includedPackages, includedPackagesInCompatibleType, onlyExtensionClassLoaderPackages, overridden, preferExtensionClassLoaderMethods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo
-
Constructor Details
-
DubboInternalLoadingStrategy
public DubboInternalLoadingStrategy()
-
-
Method Details
-
directory
- Specified by:
directoryin interfaceLoadingStrategy
-
getPriority
public int getPriority()Description copied from interface:PrioritizedGet the priority- Specified by:
getPriorityin interfacePrioritized- Returns:
- the default is
Prioritized.NORMAL_PRIORITY
-
getName
- Specified by:
getNamein interfaceLoadingStrategy
-