Class XdsClusterServiceGrpc.XdsClusterServiceFutureStub

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

public static final class XdsClusterServiceGrpc.XdsClusterServiceFutureStub extends io.grpc.stub.AbstractFutureStub<XdsClusterServiceGrpc.XdsClusterServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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)
     
    com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.cluster.v3.Cluster>
    Creates a new cluster.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    Deletes a cluster.
    com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.cluster.v3.Cluster>
    Updates an existing cluster.

    Methods inherited from class io.grpc.stub.AbstractFutureStub

    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.XdsClusterServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<XdsClusterServiceGrpc.XdsClusterServiceFutureStub>
    • createCluster

      public com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.cluster.v3.Cluster> createCluster(CreateClusterRequest request)
      Creates a new cluster.
      
    • updateCluster

      public com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.cluster.v3.Cluster> updateCluster(UpdateClusterRequest request)
      Updates an existing cluster.
      
    • deleteCluster

      public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteCluster(DeleteClusterRequest request)
      Deletes a cluster.