Class XdsClusterServiceGrpc.XdsClusterServiceStub

java.lang.Object
io.grpc.stub.AbstractStub<XdsClusterServiceGrpc.XdsClusterServiceStub>
io.grpc.stub.AbstractAsyncStub<XdsClusterServiceGrpc.XdsClusterServiceStub>
com.linecorp.centraldogma.xds.cluster.v1.XdsClusterServiceGrpc.XdsClusterServiceStub
Enclosing class:
XdsClusterServiceGrpc

public static final class XdsClusterServiceGrpc.XdsClusterServiceStub extends io.grpc.stub.AbstractAsyncStub<XdsClusterServiceGrpc.XdsClusterServiceStub>
A stub to allow clients to do asynchronous 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 Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    void
    createCluster(CreateClusterRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.cluster.v3.Cluster> responseObserver)
    Creates a new cluster.
    void
    deleteCluster(DeleteClusterRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    Deletes a cluster.
    void
    updateCluster(UpdateClusterRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.cluster.v3.Cluster> responseObserver)
    Updates an existing cluster.

    Methods inherited from class io.grpc.stub.AbstractAsyncStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • build

      protected XdsClusterServiceGrpc.XdsClusterServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<XdsClusterServiceGrpc.XdsClusterServiceStub>
    • createCluster

      public void createCluster(CreateClusterRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.cluster.v3.Cluster> responseObserver)
      Creates a new cluster.
      
    • updateCluster

      public void updateCluster(UpdateClusterRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.cluster.v3.Cluster> responseObserver)
      Updates an existing cluster.
      
    • deleteCluster

      public void deleteCluster(DeleteClusterRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
      Deletes a cluster.