Class ControllerApiGrpc.ControllerApiImplBase
java.lang.Object
io.deephaven.proto.controller.grpc.ControllerApiGrpc.ControllerApiImplBase
- All Implemented Interfaces:
ControllerApiGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ControllerApiGrpc
public abstract static class ControllerApiGrpc.ControllerApiImplBase
extends Object
implements io.grpc.BindableService, ControllerApiGrpc.AsyncService
Base class for the server implementation of the service ControllerApi.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.proto.controller.grpc.ControllerApiGrpc.AsyncService
addQuery, authenticate, deserializeQueryConfiguration, determineDispatcher, getConfiguration, getScript, getScriptPaths, invalidateCookie, modifyQuery, ping, reloadConfig, removeQuery, restartQuery, restartReplica, selectionProviderAdmin, selectionProviderStatus, serializeQueryConfiguration, statusUpdate, stopQuery, stopReplica, subscribe
-
Constructor Details
-
ControllerApiImplBase
public ControllerApiImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-