接口的使用
org.apache.dubbo.common.lang.Prioritized
-
-
org.apache.dubbo.common.convert中Prioritized的使用
org.apache.dubbo.common.convert中Prioritized的子接口 修饰符和类型 接口 说明 interfaceConverter<S,T>A class to convert the source-typed value to the target-typed valueinterfaceStringConverter<T>A class to covertStringto the target-typed value实现Prioritized的org.apache.dubbo.common.convert中的类 修饰符和类型 类 说明 classStringToBooleanConverterclassStringToCharacterConverterclassStringToCharArrayConverterThe class to convertStringtochar[]classStringToDoubleConverterclassStringToFloatConverterclassStringToIntegerConverterclassStringToLongConverterclassStringToOptionalConverterclassStringToShortConverterclassStringToStringConverter -
org.apache.dubbo.common.convert.multiple中Prioritized的使用
org.apache.dubbo.common.convert.multiple中Prioritized的子接口 修饰符和类型 接口 说明 interfaceMultiValueConverter<S>An interface to convert the source-typed value to multiple value, e.g , Java array,Collectionor sub-interfacesinterfaceStringToMultiValueConverterThe class to convertStringto multiple value object实现Prioritized的org.apache.dubbo.common.convert.multiple中的类 修饰符和类型 类 说明 classStringToArrayConverterThe class to convertStringto array-type objectclassStringToBlockingDequeConverterThe class to convertStringtoBlockingDeque-based valueclassStringToBlockingQueueConverterThe class to convertStringtoBlockingDeque-based valueclassStringToCollectionConverterThe class to convertStringtoCollection-based valueclassStringToDequeConverterclassStringToIterableConverter<T extends Iterable>classStringToListConverterclassStringToNavigableSetConverterclassStringToQueueConverterclassStringToSetConverterclassStringToSortedSetConverterclassStringToTransferQueueConverterThe class to convertStringtoTransferQueue-based value -
org.apache.dubbo.common.extension中Prioritized的使用
org.apache.dubbo.common.extension中Prioritized的子接口 修饰符和类型 接口 说明 interfaceLoadingStrategy实现Prioritized的org.apache.dubbo.common.extension中的类 修饰符和类型 类 说明 classDubboInternalLoadingStrategyDubbo internalLoadingStrategyclassDubboLoadingStrategyDubboLoadingStrategyclassServicesLoadingStrategyServicesLoadingStrategy -
org.apache.dubbo.common.lang中Prioritized的使用
org.apache.dubbo.common.lang中Prioritized的子接口 修饰符和类型 接口 说明 interfaceShutdownHookCallbackDubbo ShutdownHook callback interface参数类型为Prioritized的org.apache.dubbo.common.lang中的方法 修饰符和类型 方法 说明 default intPrioritized. compareTo(Prioritized that) -
org.apache.dubbo.config.event.listener中Prioritized的使用
实现Prioritized的org.apache.dubbo.config.event.listener中的类 修饰符和类型 类 说明 classLoggingEventListenerA listener for logging theDubbo event -
org.apache.dubbo.config.metadata中Prioritized的使用
实现Prioritized的org.apache.dubbo.config.metadata中的类 修饰符和类型 类 说明 classConfigurableMetadataServiceExporterMetadataServiceExporterimplementation based onDubbo configurations, the clients should make sure theApplicationConfig,RegistryConfigandProtocolConfigare ready beforeConfigurableMetadataServiceExporter.export().classServiceInstancePortCustomizerTheServiceInstanceCustomizerto customize theportof service instance. -
org.apache.dubbo.event中Prioritized的使用
org.apache.dubbo.event中Prioritized的子接口 修饰符和类型 接口 说明 interfaceConditionalEventListener<E extends Event>AnEventListenerextending the the conditional feature thatdecidessomeeventis handled or not by current listener.interfaceEventListener<E extends Event>TheDubbo EventListener that is based on Java standardEventListenerinterface supports the genericEvent.实现Prioritized的org.apache.dubbo.event中的类 修饰符和类型 类 说明 classGenericEventListenerAn abstract class ofEventListenerfor Generic events, the sub class could add moreeventhandle methods, rather than only binds theEventListener.onEvent(Event)method that is declared to befinalthe implementation can't override. -
org.apache.dubbo.metadata中Prioritized的使用
org.apache.dubbo.metadata中Prioritized的子接口 修饰符和类型 接口 说明 interfaceMetadataServiceExporterThe exporter ofMetadataService -
org.apache.dubbo.metadata.definition.builder中Prioritized的使用
org.apache.dubbo.metadata.definition.builder中Prioritized的子接口 修饰符和类型 接口 说明 interfaceTypeBuilder2015/1/27.实现Prioritized的org.apache.dubbo.metadata.definition.builder中的类 修饰符和类型 类 说明 classArrayTypeBuilder2015/1/27.classCollectionTypeBuilder2015/1/27.classEnumTypeBuilder2015/1/27.classMapTypeBuilder2015/1/27. -
org.apache.dubbo.metadata.rest中Prioritized的使用
org.apache.dubbo.metadata.rest中Prioritized的子接口 修饰符和类型 接口 说明 interfaceAnnotatedMethodParameterProcessorThe interface to process the annotated method parameter实现Prioritized的org.apache.dubbo.metadata.rest中的类 修饰符和类型 类 说明 classAbstractAnnotatedMethodParameterProcessorThe abstractAnnotatedMethodParameterProcessorimplementation -
org.apache.dubbo.metadata.rest.jaxrs中Prioritized的使用
实现Prioritized的org.apache.dubbo.metadata.rest.jaxrs中的类 修饰符和类型 类 说明 classDefaultValueParameterProcessorTheAnnotatedMethodParameterProcessorimplementation for JAX-RS's @DefaultValue *classFormParamParameterProcessorTheAnnotatedMethodParameterProcessorimplementation for JAX-RS's @FormParamclassHeaderParamParameterProcessorTheAnnotatedMethodParameterProcessorimplementation for JAX-RS's @HeaderParamclassMatrixParamParameterProcessorTheAnnotatedMethodParameterProcessorimplementation for JAX-RS's @MatrixParamclassParamAnnotationParameterProcessorThe abstractAnnotatedMethodParameterProcessorimplementation for JAX-RS's @*ParamclassQueryParamParameterProcessorTheAnnotatedMethodParameterProcessorimplementation for JAX-RS's @QueryParam -
org.apache.dubbo.metadata.rest.springmvc中Prioritized的使用
实现Prioritized的org.apache.dubbo.metadata.rest.springmvc中的类 修饰符和类型 类 说明 classAbstractRequestAnnotationParameterProcessorThe abstractAnnotatedMethodParameterProcessorimplementation for Spring Web MVC's @Request*classRequestHeaderParameterProcessorTheAnnotatedMethodParameterProcessorimplementation for Spring Web MVC's @RequestHeaderclassRequestParamParameterProcessorTheAnnotatedMethodParameterProcessorimplementation for Spring Web MVC's @RequestParam -
org.apache.dubbo.registry.client中Prioritized的使用
org.apache.dubbo.registry.client中Prioritized的子接口 修饰符和类型 接口 说明 interfaceServiceDiscoveryThe common operations of Service DiscoveryinterfaceServiceInstanceCustomizerThe interface to customizethe service instanceonServiceInstancePreRegisteredEvent实现Prioritized的org.apache.dubbo.registry.client中的类 修饰符和类型 类 说明 classAbstractServiceDiscoveryclassFileSystemServiceDiscoveryFile SystemServiceDiscoveryimplementation -
org.apache.dubbo.registry.client.event.listener中Prioritized的使用
实现Prioritized的org.apache.dubbo.registry.client.event.listener中的类 修饰符和类型 类 说明 classLoggingEventListenerA listener for logging theDubbo eventclassServiceInstancesChangedListenerThe Service Discovery ChangedEvent Listener -
org.apache.dubbo.registry.client.metadata中Prioritized的使用
org.apache.dubbo.registry.client.metadata中Prioritized的子接口 修饰符和类型 接口 说明 interfaceSubscribedURLsSynthesizerThe interface to synthesize the subscribedURLs实现Prioritized的org.apache.dubbo.registry.client.metadata中的类 修饰符和类型 类 说明 classMetadataServiceURLParamsMetadataCustomizerclassProtocolPortsMetadataCustomizerA Class to customize the ports ofprotocolsintothe metadata of service instanceclassRestProtocolSubscribedURLsSynthesizerSubscribedURLsSynthesizerimplementation for RESTprotocolclassServiceInstanceMetadataCustomizer -
org.apache.dubbo.registry.consul中Prioritized的使用
实现Prioritized的org.apache.dubbo.registry.consul中的类 修饰符和类型 类 说明 classConsulServiceDiscovery2019-07-31 -
org.apache.dubbo.registry.etcd中Prioritized的使用
实现Prioritized的org.apache.dubbo.registry.etcd中的类 修饰符和类型 类 说明 classEtcdServiceDiscovery2019-07-08 -
org.apache.dubbo.registry.eureka中Prioritized的使用
实现Prioritized的org.apache.dubbo.registry.eureka中的类 修饰符和类型 类 说明 classEurekaServiceDiscoveryEurekaServiceDiscoveryimplementation based on Eureka API -
org.apache.dubbo.registry.multiple中Prioritized的使用
实现Prioritized的org.apache.dubbo.registry.multiple中的类 修饰符和类型 类 说明 classMultipleRegistryServiceDiscovery -
org.apache.dubbo.registry.nacos中Prioritized的使用
实现Prioritized的org.apache.dubbo.registry.nacos中的类 修饰符和类型 类 说明 classNacosServiceDiscoveryNacosServiceDiscoveryimplementation -
org.apache.dubbo.registry.sofa中Prioritized的使用
实现Prioritized的org.apache.dubbo.registry.sofa中的类 修饰符和类型 类 说明 classSofaRegistryServiceDiscovery -
org.apache.dubbo.registry.zookeeper中Prioritized的使用
实现Prioritized的org.apache.dubbo.registry.zookeeper中的类 修饰符和类型 类 说明 classZookeeperServiceDiscoveryZookeeperServiceDiscoveryimplementation based on Apache Curator X Discovery
-