crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
Thread.hpp File Reference
#include "Config.hpp"
#include "Database.hpp"
#include "../Config.hpp"
#include "../Thread.hpp"
#include "../../Data/Corpus.hpp"
#include "../../Data/Data.hpp"
#include "../../Helper/CommaLocale.hpp"
#include "../../Helper/DateTime.hpp"
#include "../../Helper/Json.hpp"
#include "../../Helper/Memory.hpp"
#include "../../Main/Exception.hpp"
#include "../../Network/FTPUpload.hpp"
#include "../../Query/Container.hpp"
#include "../../Struct/CorpusProperties.hpp"
#include "../../Struct/QueryProperties.hpp"
#include "../../Struct/QueryStruct.hpp"
#include "../../Struct/StatusSetter.hpp"
#include "../../Struct/ThreadOptions.hpp"
#include "../../Struct/ThreadStatus.hpp"
#include "../../Timer/Simple.hpp"
#include "../../_extern/rapidjson/include/rapidjson/document.h"
#include <algorithm>
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <map>
#include <queue>
#include <sstream>
#include <stdexcept>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
Include dependency graph for Thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crawlservpp::Module::Analyzer::Thread
 Abstract class providing thread functionality to algorithm (child) classes. More...
 
class  crawlservpp::Module::Analyzer::Thread::Exception
 Class for analyzer exceptions to be used by algorithms. More...
 

Namespaces

 crawlservpp::Module::Analyzer
 Namespace for analyzer classes.
 

Constants

constexpr auto crawlservpp::Module::Analyzer::combineUpdateStatusEvery {100000}
 The number of tokens after which the status will be updated when combining corpora. More...