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>
-
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) void
checkResourceCleanupForStoreCreation
(ClusterStoreGrpcInfo request, io.grpc.stub.StreamObserver<ResourceCleanupCheckGrpcResponse> responseObserver) void
createStore
(CreateStoreGrpcRequest request, io.grpc.stub.StreamObserver<CreateStoreGrpcResponse> responseObserver) void
deleteAclForStore
(DeleteAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<DeleteAclForStoreGrpcResponse> responseObserver) void
getAclForStore
(GetAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<GetAclForStoreGrpcResponse> responseObserver) void
updateAclForStore
(UpdateAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<UpdateAclForStoreGrpcResponse> responseObserver) 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, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected StoreGrpcServiceGrpc.StoreGrpcServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<StoreGrpcServiceGrpc.StoreGrpcServiceStub>
-
createStore
public void createStore(CreateStoreGrpcRequest request, io.grpc.stub.StreamObserver<CreateStoreGrpcResponse> responseObserver) -
updateAclForStore
public void updateAclForStore(UpdateAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<UpdateAclForStoreGrpcResponse> responseObserver) -
getAclForStore
public void getAclForStore(GetAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<GetAclForStoreGrpcResponse> responseObserver) -
deleteAclForStore
public void deleteAclForStore(DeleteAclForStoreGrpcRequest request, io.grpc.stub.StreamObserver<DeleteAclForStoreGrpcResponse> responseObserver) -
checkResourceCleanupForStoreCreation
public void checkResourceCleanupForStoreCreation(ClusterStoreGrpcInfo request, io.grpc.stub.StreamObserver<ResourceCleanupCheckGrpcResponse> responseObserver)
-