pypz
0.9.3

General

  • Overview
  • Changelog

Core

  • Models
  • Parameters
  • Data Transfer
  • Executor
  • Logging
  • Deployer

Plugins

  • Kafka IO Plugin
  • RabbitMQ IO Plugin

Deployers

  • Kubernetes Deployer

Sniffer

  • Overview

Guides

  • How to create a pipeline
  • How to debug in a deployed operator
  • Contributor’s Guide
  • Developer’s Guide

Links

  • Source Code
  • Starter Template Project
  • Examples
pypz
  • pypz.executors package
  • View page source

pypz.executors package

Subpackages

  • pypz.executors.operator package
    • Submodules
      • pypz.executors.operator.context module
        • ExecutionContext
      • pypz.executors.operator.executor module
        • OperatorExecutor
      • pypz.executors.operator.signals module
        • BaseSignal
        • SignalError
        • SignalKill
        • SignalNoOp
        • SignalOperationInit
        • SignalOperationStart
        • SignalOperationStop
        • SignalResourcesCreation
        • SignalResourcesDeletion
        • SignalServicesStart
        • SignalServicesStop
        • SignalShutdown
        • SignalTerminate
      • pypz.executors.operator.states module
        • State
        • StateEntry
        • StateKilled
        • StateOperationInit
        • StateOperationRunning
        • StateOperationShutdown
        • StateResourceCreation
        • StateResourceDeletion
        • StateServiceShutdown
        • StateServiceStart
    • Module contents
  • pypz.executors.pipeline package
    • Submodules
      • pypz.executors.pipeline.executor module
        • PipelineExecutor
    • Module contents

Submodules

  • pypz.executors.commons module
    • ExecutionMode
      • ExecutionMode.ResourceCreationOnly
      • ExecutionMode.ResourceDeletionOnly
      • ExecutionMode.Skip
      • ExecutionMode.Standard
      • ExecutionMode.WithoutResourceDeletion
    • ExitCodes
      • ExitCodes.CommandCannotBeExecutedError
      • ExitCodes.CommandNotFoundError
      • ExitCodes.FatalError
      • ExitCodes.GeneralError
      • ExitCodes.InvalidExitArgumentError
      • ExitCodes.NoError
      • ExitCodes.SigTerm
      • ExitCodes.StateOperationError
      • ExitCodes.StateOperationInitError
      • ExitCodes.StateOperationShutdownError
      • ExitCodes.StateResourceCreationError
      • ExitCodes.StateResourcesDeletionError
      • ExitCodes.StateServiceShutdownError
      • ExitCodes.StateServiceStartError

Module contents


© Copyright 2024, Laszlo Anka.

Built with Sphinx using a theme provided by Read the Docs.