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)#
参数:

name (str)

返回类型:

Builder

classmethod list()#
返回类型:

List[Tuple[str, EngineType, str]]

classmethod get(name)#
参数:

name (str)

返回类型:

Self