Elasticlient
elasticlient::ScrollByScan Member List

This is the complete list of members for elasticlient::ScrollByScan, including all inherited members.

clear()elasticlient::Scroll
createScroll(Json::Value &parsedResult) overrideelasticlient::ScrollByScanprotectedvirtual
getClient() constelasticlient::Scroll
implelasticlient::Scrollprotected
init(const std::string &indexName, const std::string &docType, const std::string &searchBody)elasticlient::Scroll
next(Json::Value &parsedResult)elasticlient::Scroll
Scroll(const std::shared_ptr< Client > &client, std::size_t scrollSize=100, const std::string &scrollTimeout="1m")elasticlient::Scrollexplicit
Scroll(const std::vector< std::string > &hostUrlList, std::size_t scrollSize=100, const std::string &scrollTimeout="1m", std::int32_t connectionTimeout=6000)elasticlient::Scrollexplicit
Scroll(Scroll &&) (defined in elasticlient::Scroll)elasticlient::Scroll
ScrollByScan(ScrollByScan &&) (defined in elasticlient::ScrollByScan)elasticlient::ScrollByScan
ScrollByScan(const std::shared_ptr< Client > &client, std::size_t scrollSize=100, const std::string &scrollTimeout="1m", int primaryShardsCount=0)elasticlient::ScrollByScanexplicit
ScrollByScan(const std::vector< std::string > &hostUrlList, std::size_t scrollSize=100, const std::string &scrollTimeout="1m", int primaryShardsCount=0, std::int32_t connectionTimeout=6000)elasticlient::ScrollByScanexplicit
~Scroll() (defined in elasticlient::Scroll)elasticlient::Scrollvirtual