Class StoreGrpcServiceGrpc.StoreGrpcServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<StoreGrpcServiceGrpc.StoreGrpcServiceFutureStub>
com.linkedin.venice.protocols.controller.StoreGrpcServiceGrpc.StoreGrpcServiceFutureStub
- Enclosing class:
- StoreGrpcServiceGrpc
public static final class StoreGrpcServiceGrpc.StoreGrpcServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<StoreGrpcServiceGrpc.StoreGrpcServiceFutureStub>
-
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<ResourceCleanupCheckGrpcResponse>
com.google.common.util.concurrent.ListenableFuture<CreateStoreGrpcResponse>
createStore
(CreateStoreGrpcRequest request) com.google.common.util.concurrent.ListenableFuture<DeleteAclForStoreGrpcResponse>
com.google.common.util.concurrent.ListenableFuture<GetAclForStoreGrpcResponse>
getAclForStore
(GetAclForStoreGrpcRequest request) com.google.common.util.concurrent.ListenableFuture<UpdateAclForStoreGrpcResponse>
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, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected StoreGrpcServiceGrpc.StoreGrpcServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<StoreGrpcServiceGrpc.StoreGrpcServiceFutureStub>
-
createStore
public com.google.common.util.concurrent.ListenableFuture<CreateStoreGrpcResponse> createStore(CreateStoreGrpcRequest request) -
updateAclForStore
public com.google.common.util.concurrent.ListenableFuture<UpdateAclForStoreGrpcResponse> updateAclForStore(UpdateAclForStoreGrpcRequest request) -
getAclForStore
public com.google.common.util.concurrent.ListenableFuture<GetAclForStoreGrpcResponse> getAclForStore(GetAclForStoreGrpcRequest request) -
deleteAclForStore
public com.google.common.util.concurrent.ListenableFuture<DeleteAclForStoreGrpcResponse> deleteAclForStore(DeleteAclForStoreGrpcRequest request) -
checkResourceCleanupForStoreCreation
public com.google.common.util.concurrent.ListenableFuture<ResourceCleanupCheckGrpcResponse> checkResourceCleanupForStoreCreation(ClusterStoreGrpcInfo request)
-