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