Class XdsEndpointServiceGrpc.XdsEndpointServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<XdsEndpointServiceGrpc.XdsEndpointServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<XdsEndpointServiceGrpc.XdsEndpointServiceBlockingStub>
com.linecorp.centraldogma.xds.endpoint.v1.XdsEndpointServiceGrpc.XdsEndpointServiceBlockingStub
- Enclosing class:
XdsEndpointServiceGrpc
public static final class XdsEndpointServiceGrpc.XdsEndpointServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<XdsEndpointServiceGrpc.XdsEndpointServiceBlockingStub>
A stub to allow clients to do limited synchronous 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) io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignmentcreateEndpoint(CreateEndpointRequest request) Creates a new endpoint.com.google.protobuf.EmptydeleteEndpoint(DeleteEndpointRequest request) Deletes a endpoint.com.google.protobuf.Emptyio.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignmentupdateEndpoint(UpdateEndpointRequest request) Updates an existing endpoint.Methods inherited from class io.grpc.stub.AbstractBlockingStub
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.XdsEndpointServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<XdsEndpointServiceGrpc.XdsEndpointServiceBlockingStub>
-
createEndpoint
public io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment createEndpoint(CreateEndpointRequest request) Creates a new endpoint.
-
updateEndpoint
public io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment updateEndpoint(UpdateEndpointRequest request) Updates an existing endpoint.
-
deleteEndpoint
Deletes a endpoint.
-
registerLocalityLbEndpoint
-
deregisterLocalityLbEndpoint
public com.google.protobuf.Empty deregisterLocalityLbEndpoint(DeregisterLocalityLbEndpointRequest request)
-