Class ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceImplBase
java.lang.Object
com.linkedin.venice.protocols.controller.ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceImplBase
- All Implemented Interfaces:
ClusterAdminOpsGrpcServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
ClusterAdminOpsGrpcServiceImpl
- Enclosing class:
- ClusterAdminOpsGrpcServiceGrpc
public abstract static class ClusterAdminOpsGrpcServiceGrpc.ClusterAdminOpsGrpcServiceImplBase
extends Object
implements io.grpc.BindableService, ClusterAdminOpsGrpcServiceGrpc.AsyncService
Base class for the server implementation of the service ClusterAdminOpsGrpcService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.linkedin.venice.protocols.controller.ClusterAdminOpsGrpcServiceGrpc.AsyncService
getAdminCommandExecutionStatus, getAdminTopicMetadata, getLastSuccessfulAdminCommandExecutionId, updateAdminOperationProtocolVersion, updateAdminTopicMetadata
-
Constructor Details
-
ClusterAdminOpsGrpcServiceImplBase
public ClusterAdminOpsGrpcServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-