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