Class XdsClusterServiceGrpc.XdsClusterServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<XdsClusterServiceGrpc.XdsClusterServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<XdsClusterServiceGrpc.XdsClusterServiceBlockingStub>
com.linecorp.centraldogma.xds.cluster.v1.XdsClusterServiceGrpc.XdsClusterServiceBlockingStub
- Enclosing class:
XdsClusterServiceGrpc
public static final class XdsClusterServiceGrpc.XdsClusterServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<XdsClusterServiceGrpc.XdsClusterServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service XdsClusterService.
An XdsClusterService provides methods to manage clusters.
-
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.cluster.v3.ClustercreateCluster(CreateClusterRequest request) Creates a new cluster.com.google.protobuf.EmptydeleteCluster(DeleteClusterRequest request) Deletes a cluster.io.envoyproxy.envoy.config.cluster.v3.ClusterupdateCluster(UpdateClusterRequest request) Updates an existing cluster.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 XdsClusterServiceGrpc.XdsClusterServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<XdsClusterServiceGrpc.XdsClusterServiceBlockingStub>
-
createCluster
Creates a new cluster.
-
updateCluster
Updates an existing cluster.
-
deleteCluster
Deletes a cluster.
-