Class StoreGrpcServiceGrpc.StoreGrpcServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<StoreGrpcServiceGrpc.StoreGrpcServiceStub>
com.linkedin.venice.protocols.controller.StoreGrpcServiceGrpc.StoreGrpcServiceStub
- Enclosing class:
- StoreGrpcServiceGrpc
public static final class StoreGrpcServiceGrpc.StoreGrpcServiceStub
extends io.grpc.stub.AbstractAsyncStub<StoreGrpcServiceGrpc.StoreGrpcServiceStub>
A stub to allow clients to do asynchronous rpc calls to service StoreGrpcService.
- 
Nested Class SummaryNested classes/interfaces inherited from class io.grpc.stub.AbstractStubio.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
- 
Method SummaryModifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidcheckResourceCleanupForStoreCreation(ClusterStoreGrpcInfo request, io.grpc.stub.StreamObserver<ResourceCleanupCheckGrpcResponse> responseObserver) voidcreateStore(CreateStoreGrpcRequest request, io.grpc.stub.StreamObserver<CreateStoreGrpcResponse> responseObserver) voiddeleteAclForStore(DeleteAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<DeleteAclForStoreGrpcResponse> responseObserver) voidgetAclForStore(GetAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<GetAclForStoreGrpcResponse> responseObserver) voidupdateAclForStore(UpdateAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<UpdateAclForStoreGrpcResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStubnewStub, newStubMethods inherited from class io.grpc.stub.AbstractStubgetCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
- 
Method Details- 
buildprotected StoreGrpcServiceGrpc.StoreGrpcServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
- buildin class- io.grpc.stub.AbstractStub<StoreGrpcServiceGrpc.StoreGrpcServiceStub>
 
- 
createStorepublic void createStore(CreateStoreGrpcRequest request, io.grpc.stub.StreamObserver<CreateStoreGrpcResponse> responseObserver) 
- 
updateAclForStorepublic void updateAclForStore(UpdateAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<UpdateAclForStoreGrpcResponse> responseObserver) 
- 
getAclForStorepublic void getAclForStore(GetAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<GetAclForStoreGrpcResponse> responseObserver) 
- 
deleteAclForStorepublic void deleteAclForStore(DeleteAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<DeleteAclForStoreGrpcResponse> responseObserver) 
- 
checkResourceCleanupForStoreCreationpublic void checkResourceCleanupForStoreCreation(ClusterStoreGrpcInfo request, io.grpc.stub.StreamObserver<ResourceCleanupCheckGrpcResponse> responseObserver) 
 
-