Data Pools (Core)#
alts.core.data.data_pools
- class DataPools[source]#
Bases:
ConfigurableDescriptionADataPoolsstores all queries and results that have been supplied to it.
- class PRDataPools[source]#
Bases:
ResultDataPools,ProcessDataPoolsDescriptionADataPoolsspecifically for immediate and delayed results.
- class ProcessDataPools(process)[source]#
Bases:
DataPoolsDescriptionADataPoolsspecifically for immediate results.- Parameters:
process (QueriedDataPool) – The process to be pooled
- process: QueriedDataPool = NOTSET#
- class ResultDataPools(*args: Any, **kwargs: Any)[source]#
Bases:
DataPoolsResultDataPools(result) | Description | A
DataPoolsspecifically for results.- Parameters:
result (QueriedDataPool) – The results to be pooled
- result: QueriedDataPool = NOTSET#
- class SPRDataPools[source]#
Bases:
StreamDataPools,PRDataPoolsDescriptionADataPoolsspecifically for streamed immediate and delayed results.
- class StreamDataPools(stream)[source]#
Bases:
DataPoolsDescriptionADataPoolsspecifically for streams.- Parameters:
stream (QueriedDataPool) – The stream to be pooled
- stream: QueriedDataPool = NOTSET#