SciXTEMPLATE.API.grpc_modules package

Submodules

SciXTEMPLATE.API.grpc_modules.template_grpc module

Client and server classes for gRPC services.

class SciXTEMPLATE.API.grpc_modules.template_grpc.TemplateInit

Bases: object

The definition of the Template gRPC API and stream connections.

static initTemplate(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
class SciXTEMPLATE.API.grpc_modules.template_grpc.TemplateInitServicer

Bases: object

The servicer definition for initiating jobs with the Template pipeline.

initTemplate(request, context)
class SciXTEMPLATE.API.grpc_modules.template_grpc.TemplateInitStub(channel, avroserialhelper)

Bases: object

The Stub for connecting to the Template init service.

class SciXTEMPLATE.API.grpc_modules.template_grpc.TemplateMonitor

Bases: object

The definition of the Monitor gRPC API and stream connections.

static monitorTemplate(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
class SciXTEMPLATE.API.grpc_modules.template_grpc.TemplateMonitorServicer

Bases: object

The servicer definition for monitoring jobs already submitted to the Template pipeline.

monitorTemplate(request, context)
class SciXTEMPLATE.API.grpc_modules.template_grpc.TemplateMonitorStub(channel, avroserialhelper)

Bases: object

The Stub for connecting to the Template Monitor service.

SciXTEMPLATE.API.grpc_modules.template_grpc.add_TemplateInitServicer_to_server(servicer, server, avroserialhelper)

The actual methods for sending and receiving RPC calls.

SciXTEMPLATE.API.grpc_modules.template_grpc.add_TemplateMonitorServicer_to_server(servicer, server, avroserialhelper)

The actual methods for sending and receiving RPC calls.

Module contents