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]

Authentication

determineDispatcher(request, context)[source]

Missing associated documentation comment in .proto file.

getConfiguration(request, context)[source]

Missing associated documentation comment in .proto file.

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]

Heartbeating

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.

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]

Missing associated documentation comment in .proto file.

class ControllerApiStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

Constructor.

Parameters:

channel – A grpc.Channel.