faust.tables.sets

Storing sets in tables.

class faust.tables.sets.SetTable(app: faust.types.app.AppT, *, start_manager: bool = False, manager_topic_name: str = None, manager_topic_suffix: str = None, **kwargs: Any) → None[source]

Table that maintains a dictionary of sets.

Manager

alias of SetTableManager

WindowWrapper

alias of SetWindowWrapper

logger = <Logger faust.tables.sets (WARNING)>
manager_topic_suffix = '-setmanager'
async on_start() → None[source]

Call when set table starts.

Return type

None

class faust.tables.sets.SetGlobalTable(app: faust.types.app.AppT, *, start_manager: bool = False, manager_topic_name: str = None, manager_topic_suffix: str = None, **kwargs: Any) → None[source]
logger = <Logger faust.tables.sets (WARNING)>