Class VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceImplBase
java.lang.Object
com.linkedin.venice.protocols.controller.VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceImplBase
- All Implemented Interfaces:
VeniceControllerGrpcServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
VeniceControllerGrpcServiceImpl
- Enclosing class:
- VeniceControllerGrpcServiceGrpc
public abstract static class VeniceControllerGrpcServiceGrpc.VeniceControllerGrpcServiceImplBase
extends Object
implements io.grpc.BindableService, VeniceControllerGrpcServiceGrpc.AsyncService
Base class for the server implementation of the service VeniceControllerGrpcService.
-
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.VeniceControllerGrpcServiceGrpc.AsyncService
discoverClusterForStore, getLeaderController
-
Constructor Details
-
VeniceControllerGrpcServiceImplBase
public VeniceControllerGrpcServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-