Class XdsEndpointServiceGrpc.XdsEndpointServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<XdsEndpointServiceGrpc.XdsEndpointServiceFutureStub>
io.grpc.stub.AbstractFutureStub<XdsEndpointServiceGrpc.XdsEndpointServiceFutureStub>
com.linecorp.centraldogma.xds.endpoint.v1.XdsEndpointServiceGrpc.XdsEndpointServiceFutureStub
- Enclosing class:
XdsEndpointServiceGrpc
public static final class XdsEndpointServiceGrpc.XdsEndpointServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<XdsEndpointServiceGrpc.XdsEndpointServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service XdsEndpointService.
An XdsEndpointService provides methods to manage endpoints.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment> createEndpoint(CreateEndpointRequest request) Creates a new endpoint.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteEndpoint(DeleteEndpointRequest request) Deletes a endpoint.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> com.google.common.util.concurrent.ListenableFuture<LocalityLbEndpoint> com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment> updateEndpoint(UpdateEndpointRequest request) Updates an existing endpoint.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected XdsEndpointServiceGrpc.XdsEndpointServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<XdsEndpointServiceGrpc.XdsEndpointServiceFutureStub>
-
createEndpoint
public com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment> createEndpoint(CreateEndpointRequest request) Creates a new endpoint.
-
updateEndpoint
public com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment> updateEndpoint(UpdateEndpointRequest request) Updates an existing endpoint.
-
deleteEndpoint
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteEndpoint(DeleteEndpointRequest request) Deletes a endpoint.
-
registerLocalityLbEndpoint
public com.google.common.util.concurrent.ListenableFuture<LocalityLbEndpoint> registerLocalityLbEndpoint(RegisterLocalityLbEndpointRequest request) -
deregisterLocalityLbEndpoint
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deregisterLocalityLbEndpoint(DeregisterLocalityLbEndpointRequest request)
-