StreamEngine#

class swordfish._swordfishcpp.StreamEngine#

Abstract base class representing a streaming engine.

This class serves as the base for all streaming engine types in Swordfish.

engine_type: EngineType#

The type of the streaming engine.

stat: EngineStat#

Descriptive statistics related to the streaming engine.

classmethod create(name, *args, **kwargs)#
Parameters:

name (str)

Return type:

Builder

classmethod list()#
Return type:

List[Tuple[str, EngineType, str]]

classmethod get(name)#
Parameters:

name (str)

Return type:

Self