OmniSciDB
a5dc49c757
|
This is the complete list of members for ResultSetRecycler, including all inherited members.
addQueryPlanDagForTableKeys(size_t hashed_query_plan_dag, const std::unordered_set< size_t > &table_keys, std::lock_guard< std::mutex > &lock) | ResultSetRecycler | |
CachedItemContainer typedef | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | |
cleanupCacheForInsertion(CacheItemType item_type, DeviceIdentifier device_identifier, size_t required_size, std::lock_guard< std::mutex > &lock, std::optional< ResultSetMetaInfo > meta_info=std::nullopt) override | ResultSetRecycler | privatevirtual |
clearCache() override | ResultSetRecycler | virtual |
DataRecycler(const std::vector< CacheItemType > &item_types, size_t total_cache_size, size_t max_item_size, int num_gpus) | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
g_max_cacheable_query_resultset_size_bytes | ResultSetRecycler | |
g_query_resultset_cache_total_bytes | ResultSetRecycler | |
getCachedItemContainer(CacheItemType item_type, DeviceIdentifier device_identifier) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
getCachedItemMetric(CacheItemType item_type, DeviceIdentifier device_identifier, QueryPlanHash key) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
getCachedItemWithoutConsideringMetaInfo(QueryPlanHash key, CacheItemType item_type, DeviceIdentifier device_identifier, CachedItemContainer &m, std::lock_guard< std::mutex > &lock) | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
getCachedResultSetWithoutCacheKey(std::set< size_t > &visited, DeviceIdentifier device_identifier) | ResultSetRecycler | |
getCacheItemType() const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inlineprotected |
getCacheLock() const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inlineprotected |
getCurrentCacheSizeForDevice(CacheItemType item_type, DeviceIdentifier device_identifier) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
getCurrentNumCachedItems(CacheItemType item_type, DeviceIdentifier device_identifier) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
getCurrentNumCleanCachedItems(CacheItemType item_type, DeviceIdentifier device_identifier) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
getCurrentNumDirtyCachedItems(CacheItemType item_type, DeviceIdentifier device_identifier) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
getItemCache() const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inlineprotected |
getItemFromCache(QueryPlanHash key, CacheItemType item_type, DeviceIdentifier device_identifier, std::optional< ResultSetMetaInfo > meta_info=std::nullopt)=0 | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | pure virtual |
getMappedQueryPlanDagsWithTableKey(size_t table_key) const | ResultSetRecycler | |
getMetricTracker(CacheItemType item_type) | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inlineprotected |
getMetricTracker(CacheItemType item_type) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inlineprotected |
getOutputMetaInfo(QueryPlanHash key) | ResultSetRecycler | |
getResultSetRecyclerMetricTracker() | ResultSetRecycler | inline |
getTargetExprs(QueryPlanHash key) const | ResultSetRecycler | |
hasItemInCache(QueryPlanHash key) | ResultSetRecycler | |
hasItemInCache(QueryPlanHash key, CacheItemType item_type, DeviceIdentifier device_identifier, std::lock_guard< std::mutex > &lock, std::optional< ResultSetMetaInfo > meta_info=std::nullopt) const override | ResultSetRecycler | privatevirtual |
initCache() override | ResultSetRecycler | inlinevirtual |
isCachedItemDirty(QueryPlanHash key, CachedItemContainer &m) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
markCachedItemAsDirty(size_t table_key, std::unordered_set< QueryPlanHash > &key_set, CacheItemType item_type, DeviceIdentifier device_identifier) override | ResultSetRecycler | virtual |
markCachedItemAsDirtyImpl(QueryPlanHash key, CachedItemContainer &m) const | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
PerDeviceCacheItemContainer typedef | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | |
PerTypeCacheItemContainer typedef | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | |
PerTypeCacheMetricTracker typedef | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | |
putItemToCache(QueryPlanHash key, ResultSetPtr item_ptr, CacheItemType item_type, DeviceIdentifier device_identifier, size_t item_size, size_t compute_time, std::optional< ResultSetMetaInfo > meta_info=std::nullopt) override | ResultSetRecycler | virtual |
removeCachedItemFromBeginning(CacheItemType item_type, DeviceIdentifier device_identifier, int offset) | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inlineprotected |
removeItemFromCache(QueryPlanHash key, CacheItemType item_type, DeviceIdentifier device_identifier, std::lock_guard< std::mutex > &lock, std::optional< ResultSetMetaInfo > meta_info=std::nullopt) override | ResultSetRecycler | privatevirtual |
removeTableKeyInfoFromQueryPlanDagMap(size_t table_key) | ResultSetRecycler | |
ResultSetRecycler() | ResultSetRecycler | inline |
setMaxCacheItemSize(CacheItemType item_type, size_t new_max_cache_item_size) | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
setTotalCacheSize(CacheItemType item_type, size_t new_total_cache_size) | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inline |
sortCacheContainerByQueryMetric(CacheItemType item_type, DeviceIdentifier device_identifier) | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | inlineprotected |
table_key_to_query_plan_dag_map_ | ResultSetRecycler | private |
toString() const override | ResultSetRecycler | virtual |
~DataRecycler()=default | DataRecycler< ResultSetPtr, ResultSetMetaInfo > | virtual |