Class VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceFutureStub>
com.linkedin.venice.protocols.controller.VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceFutureStub
- Enclosing class:
- VeniceControllerGrpcServiceGrpc
public static final class VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceFutureStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<CreateStoreGrpcResponse>
createStore
(CreateStoreGrpcRequest request) CreateStorecom.google.common.util.concurrent.ListenableFuture<DiscoverClusterGrpcResponse>
ClusterDiscoverycom.google.common.util.concurrent.ListenableFuture<LeaderControllerGrpcResponse>
ControllerRoutesMethods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceFutureStub>
-
discoverClusterForStore
public com.google.common.util.concurrent.ListenableFuture<DiscoverClusterGrpcResponse> discoverClusterForStore(DiscoverClusterGrpcRequest request) ClusterDiscovery
-
getLeaderController
public com.google.common.util.concurrent.ListenableFuture<LeaderControllerGrpcResponse> getLeaderController(LeaderControllerGrpcRequest request) ControllerRoutes
-
createStore
public com.google.common.util.concurrent.ListenableFuture<CreateStoreGrpcResponse> createStore(CreateStoreGrpcRequest request) CreateStore
-