public class DiscoveryServer extends Object
| Constructor and Description |
|---|
DiscoveryServer(ConfigWatcher configWatcher) |
| Modifier and Type | Method and Description |
|---|---|
envoy.service.discovery.v2.AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceImplBase |
getAggregatedDiscoveryServiceImpl()
Returns an ADS implementation that uses this server's
ConfigWatcher. |
envoy.api.v2.ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceImplBase |
getClusterDiscoveryServiceImpl()
Returns a CDS implementation that uses this server's
ConfigWatcher. |
envoy.api.v2.EndpointDiscoveryServiceGrpc.EndpointDiscoveryServiceImplBase |
getEndpointDiscoveryServiceImpl()
Returns an EDS implementation that uses this server's
ConfigWatcher. |
envoy.api.v2.ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceImplBase |
getListenerDiscoveryServiceImpl()
Returns a LDS implementation that uses this server's
ConfigWatcher. |
envoy.api.v2.RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase |
getRouteDiscoveryServiceImpl()
Returns a RDS implementation that uses this server's
ConfigWatcher. |
public DiscoveryServer(ConfigWatcher configWatcher)
public envoy.service.discovery.v2.AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceImplBase getAggregatedDiscoveryServiceImpl()
ConfigWatcher.public envoy.api.v2.ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceImplBase getClusterDiscoveryServiceImpl()
ConfigWatcher.public envoy.api.v2.EndpointDiscoveryServiceGrpc.EndpointDiscoveryServiceImplBase getEndpointDiscoveryServiceImpl()
ConfigWatcher.public envoy.api.v2.ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceImplBase getListenerDiscoveryServiceImpl()
ConfigWatcher.public envoy.api.v2.RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase getRouteDiscoveryServiceImpl()
ConfigWatcher.Copyright © 2018 The Envoy Project. All rights reserved.