Class ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceStub>
com.linkedin.venice.protocols.controller.ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceStub
- Enclosing class:
- ClusterAdminOpsGrpcServiceGrpc
public static final class ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceStub
extends io.grpc.stub.AbstractAsyncStub<ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceStub>
-
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
getAdminCommandExecutionStatus
(AdminCommandExecutionStatusGrpcRequest request, io.grpc.stub.StreamObserver<AdminCommandExecutionStatusGrpcResponse> responseObserver) AdminCommandExecutionvoid
getAdminTopicMetadata
(AdminTopicMetadataGrpcRequest request, io.grpc.stub.StreamObserver<AdminTopicMetadataGrpcResponse> responseObserver) AdminTopicMetadatavoid
getLastSuccessfulAdminCommandExecutionId
(LastSuccessfulAdminCommandExecutionGrpcRequest request, io.grpc.stub.StreamObserver<LastSuccessfulAdminCommandExecutionGrpcResponse> responseObserver) void
updateAdminTopicMetadata
(UpdateAdminTopicMetadataGrpcRequest request, io.grpc.stub.StreamObserver<UpdateAdminTopicMetadataGrpcResponse> 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 ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceStub>
-
getAdminCommandExecutionStatus
public void getAdminCommandExecutionStatus(AdminCommandExecutionStatusGrpcRequest request, io.grpc.stub.StreamObserver<AdminCommandExecutionStatusGrpcResponse> responseObserver) AdminCommandExecution
-
getLastSuccessfulAdminCommandExecutionId
public void getLastSuccessfulAdminCommandExecutionId(LastSuccessfulAdminCommandExecutionGrpcRequest request, io.grpc.stub.StreamObserver<LastSuccessfulAdminCommandExecutionGrpcResponse> responseObserver) -
getAdminTopicMetadata
public void getAdminTopicMetadata(AdminTopicMetadataGrpcRequest request, io.grpc.stub.StreamObserver<AdminTopicMetadataGrpcResponse> responseObserver) AdminTopicMetadata
-
updateAdminTopicMetadata
public void updateAdminTopicMetadata(UpdateAdminTopicMetadataGrpcRequest request, io.grpc.stub.StreamObserver<UpdateAdminTopicMetadataGrpcResponse> responseObserver)
-