public abstract static class Cds.ClusterDiscoveryService extends Object implements com.google.protobuf.Service
Return list of all clusters this proxy will load balance to.Protobuf service
envoy.api.v2.ClusterDiscoveryService| Modifier and Type | Class and Description |
|---|---|
static interface |
Cds.ClusterDiscoveryService.BlockingInterface |
static interface |
Cds.ClusterDiscoveryService.Interface |
static class |
Cds.ClusterDiscoveryService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
ClusterDiscoveryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
abstract void |
fetchClusters(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
rpc FetchClusters(.envoy.api.v2.DiscoveryRequest) returns (.envoy.api.v2.DiscoveryResponse) { ... } |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
incrementalClusters(com.google.protobuf.RpcController controller,
Discovery.IncrementalDiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.IncrementalDiscoveryResponse> done)
rpc IncrementalClusters(stream .envoy.api.v2.IncrementalDiscoveryRequest) returns (stream .envoy.api.v2.IncrementalDiscoveryResponse); |
static Cds.ClusterDiscoveryService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(Cds.ClusterDiscoveryService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(Cds.ClusterDiscoveryService.Interface impl) |
static Cds.ClusterDiscoveryService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
streamClusters(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
rpc StreamClusters(stream .envoy.api.v2.DiscoveryRequest) returns (stream .envoy.api.v2.DiscoveryResponse); |
public static com.google.protobuf.Service newReflectiveService(Cds.ClusterDiscoveryService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(Cds.ClusterDiscoveryService.BlockingInterface impl)
public abstract void streamClusters(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
rpc StreamClusters(stream .envoy.api.v2.DiscoveryRequest) returns (stream .envoy.api.v2.DiscoveryResponse);public abstract void incrementalClusters(com.google.protobuf.RpcController controller,
Discovery.IncrementalDiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.IncrementalDiscoveryResponse> done)
rpc IncrementalClusters(stream .envoy.api.v2.IncrementalDiscoveryRequest) returns (stream .envoy.api.v2.IncrementalDiscoveryResponse);public abstract void fetchClusters(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
rpc FetchClusters(.envoy.api.v2.DiscoveryRequest) returns (.envoy.api.v2.DiscoveryResponse) { ... }public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Servicepublic final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface com.google.protobuf.Servicepublic static Cds.ClusterDiscoveryService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static Cds.ClusterDiscoveryService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2018 The Envoy Project. All rights reserved.