deephaven_enterprise.proto.controller_service_pb2_grpc

Client and server classes corresponding to protobuf-defined services.

class AclApi[source]

Bases: object

Missing associated documentation comment in .proto file.

class AclApiServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

getAllGroups(request, context)[source]

Missing associated documentation comment in .proto file.

getAllUsers(request, context)[source]

Missing associated documentation comment in .proto file.

getGroupsForUser(request, context)[source]

Missing associated documentation comment in .proto file.

getUsersForGroup(request, context)[source]

Missing associated documentation comment in .proto file.

isAclEditor(request, context)[source]

Missing associated documentation comment in .proto file.

isQueryManager(request, context)[source]

Missing associated documentation comment in .proto file.

isSchemaManager(request, context)[source]

Missing associated documentation comment in .proto file.

isSuperUser(request, context)[source]

Missing associated documentation comment in .proto file.

class AclApiStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

Constructor.

Parameters:

channel – A grpc.Channel.

class ControllerApi[source]

Bases: object

Missing associated documentation comment in .proto file.

class ControllerApiServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

addQuery(request, context)[source]

These are for query management

authenticate(request, context)[source]

Given a token and client ID from the auth service, authenticate and return a cookie for future use on this service. Optionally will send controller configuration.

deserializeQueryConfiguration(request, context)[source]

Missing associated documentation comment in .proto file.

determineDispatcher(request, context)[source]

Missing associated documentation comment in .proto file.

getConfiguration(request, context)[source]

Simple unary to request the current configuration, as an alternative to having it pushed via subscribe, or requesting it on authenticate.

getScript(request, context)[source]

Missing associated documentation comment in .proto file.

getScriptPaths(request, context)[source]

Script commands

invalidateCookie(request, context)[source]

Missing associated documentation comment in .proto file.

modifyQuery(request, context)[source]

Missing associated documentation comment in .proto file.

ping(request, context)[source]

Simple no-op to verify connectivity. The server will terminate sessions after some idle time (default of one minute), so clients should ping at some interval less than that, such as every 10 seconds.

reloadConfig(request, context)[source]

Missing associated documentation comment in .proto file.

removeQuery(request, context)[source]

Missing associated documentation comment in .proto file.

restartQuery(request, context)[source]

Missing associated documentation comment in .proto file.

restartReplica(request, context)[source]

Missing associated documentation comment in .proto file.

selectionProviderAdmin(request, context)[source]

Missing associated documentation comment in .proto file.

selectionProviderStatus(request, context)[source]

Missing associated documentation comment in .proto file.

serializeQueryConfiguration(request, context)[source]

XML import and export

statusUpdate(request, context)[source]

Configuration commands

stopQuery(request, context)[source]

Missing associated documentation comment in .proto file.

stopReplica(request, context)[source]

Missing associated documentation comment in .proto file.

subscribe(request, context)[source]

Subscribes to a stream of query configuration/state changes, as well as controller configuration changes. As the stream starts, the current configuration will be sent, along with the current state of all queries.

class ControllerApiStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

Constructor.

Parameters:

channel – A grpc.Channel.