public class KubernetesRegistry
extends org.apache.dubbo.registry.support.FailbackRegistry
KubernetesServiceDiscovery is the real implementation of Kubernetes| 构造器和说明 |
|---|
KubernetesRegistry(org.apache.dubbo.common.URL url) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doRegister(org.apache.dubbo.common.URL url) |
void |
doSubscribe(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener) |
void |
doUnregister(org.apache.dubbo.common.URL url) |
void |
doUnsubscribe(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener) |
boolean |
isAvailable() |
destroy, reExportRegister, reExportUnregister, register, removeFailedRegisteredTask, removeFailedSubscribed, removeFailedSubscribedTask, removeFailedUnregisteredTask, removeFailedUnsubscribedTask, subscribe, unregister, unsubscribepublic boolean isAvailable()
public void doRegister(org.apache.dubbo.common.URL url)
doRegister 在类中 org.apache.dubbo.registry.support.FailbackRegistrypublic void doUnregister(org.apache.dubbo.common.URL url)
doUnregister 在类中 org.apache.dubbo.registry.support.FailbackRegistrypublic void doSubscribe(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener)
doSubscribe 在类中 org.apache.dubbo.registry.support.FailbackRegistrypublic void doUnsubscribe(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener)
doUnsubscribe 在类中 org.apache.dubbo.registry.support.FailbackRegistryCopyright © 2024 The Apache Software Foundation. All rights reserved.