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