类 EdsProtocol
- java.lang.Object
-
- org.apache.dubbo.registry.xds.util.protocol.AbstractProtocol<EndpointResult,DeltaEndpoint>
-
- org.apache.dubbo.registry.xds.util.protocol.impl.EdsProtocol
-
- 所有已实现的接口:
XdsProtocol<EndpointResult>
public class EdsProtocol extends AbstractProtocol<EndpointResult,DeltaEndpoint>
-
-
构造器概要
构造器 构造器 说明 EdsProtocol(XdsChannel xdsChannel, io.envoyproxy.envoy.config.core.v3.Node node, int pollingPoolSize, int pollingTimeout)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetTypeUrl()Abstract method to obtain Type-URL from sub-class-
从类继承的方法 org.apache.dubbo.registry.xds.util.protocol.AbstractProtocol
getResource, observeResource, updateObserve
-
-
-
-
构造器详细资料
-
EdsProtocol
public EdsProtocol(XdsChannel xdsChannel, io.envoyproxy.envoy.config.core.v3.Node node, int pollingPoolSize, int pollingTimeout)
-
-
方法详细资料
-
getTypeUrl
public String getTypeUrl()
从类复制的说明:AbstractProtocolAbstract method to obtain Type-URL from sub-class- 指定者:
getTypeUrl在类中AbstractProtocol<EndpointResult,DeltaEndpoint>- 返回:
- Type-URL of xDS
-
-