From 78bc9bb1eb3cb109655d6c032828dc1f67743b47 Mon Sep 17 00:00:00 2001 From: caton-hpg <87342612+caton-hpg@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:27:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20vesoft-i?= =?UTF-8?q?nc/nebula-cpp@03a5067f745f5b5e920383a4e77cca83bae0e07f=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- master/d1/dd1/StorageClient_8h_source.html | 110 +++++++++--------- .../d4/d70/classnebula_1_1StorageClient.html | 18 +-- master/d4/d70/classnebula_1_1StorageClient.js | 6 +- .../classnebula_1_1StorageClient-members.html | 6 +- master/navtreeindex1.js | 6 +- 5 files changed, 72 insertions(+), 74 deletions(-) diff --git a/master/d1/dd1/StorageClient_8h_source.html b/master/d1/dd1/StorageClient_8h_source.html index c2b8cf7..4d7b503 100644 --- a/master/d1/dd1/StorageClient_8h_source.html +++ b/master/d1/dd1/StorageClient_8h_source.html @@ -152,66 +152,64 @@
- - - - + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +Public Member Functions | ||
- | StorageClient (const std::vector< std::string > &metaAddrs, const MConfig &mConfig=MConfig{}, const SConfig &sConfig=SConfig{}) | |
+ | StorageClient (const std::vector< std::string > &metaAddrs, const std::string &user="", const std::string &password="", const MConfig &mConfig=MConfig{}, const SConfig &sConfig=SConfig{}) | |
std::vector< PartitionID > | getParts (const std::string &spaceName) | |
-ScanEdgeIter | scanEdgeWithPart (std::string spaceName, int32_t partID, std::string edgeName, std::vector< std::string > propNames, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true, bool needAuth=false, const std::string &username="", const std::string &password="") | |
-ScanVertexIter | scanVertexWithPart (std::string spaceName, int32_t partID, std::unordered_map< std::string, std::vector< std::string >> tagProps, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true, bool needAuth=false, const std::string &username="", const std::string &password="") | |
+ScanEdgeIter | scanEdgeWithPart (std::string spaceName, int32_t partID, std::string edgeName, std::vector< std::string > propNames, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true) | |
+ScanVertexIter | scanVertexWithPart (std::string spaceName, int32_t partID, std::unordered_map< std::string, std::vector< std::string >> tagProps, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true) | |
MetaClient * | getMetaClient () | |
getMetaClient() (defined in StorageClient) | StorageClient | inline |
getParts(const std::string &spaceName) (defined in StorageClient) | StorageClient | |
ScanEdgeIter (defined in StorageClient) | StorageClient | friend |
scanEdgeWithPart(std::string spaceName, int32_t partID, std::string edgeName, std::vector< std::string > propNames, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true, bool needAuth=false, const std::string &username="", const std::string &password="") (defined in StorageClient) | StorageClient | |
scanEdgeWithPart(std::string spaceName, int32_t partID, std::string edgeName, std::vector< std::string > propNames, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true) (defined in StorageClient) | StorageClient | |
ScanVertexIter (defined in StorageClient) | StorageClient | friend |
scanVertexWithPart(std::string spaceName, int32_t partID, std::unordered_map< std::string, std::vector< std::string >> tagProps, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true, bool needAuth=false, const std::string &username="", const std::string &password="") (defined in StorageClient) | StorageClient | |
StorageClient(const std::vector< std::string > &metaAddrs, const MConfig &mConfig=MConfig{}, const SConfig &sConfig=SConfig{}) (defined in StorageClient) | StorageClient | explicit |
scanVertexWithPart(std::string spaceName, int32_t partID, std::unordered_map< std::string, std::vector< std::string >> tagProps, int64_t limit=DEFAULT_LIMIT, int64_t startTime=DEFAULT_START_TIME, int64_t endTime=DEFAULT_END_TIME, std::string filter="", bool onlyLatestVersion=false, bool enableReadFromFollower=true) (defined in StorageClient) | StorageClient | |
StorageClient(const std::vector< std::string > &metaAddrs, const std::string &user="", const std::string &password="", const MConfig &mConfig=MConfig{}, const SConfig &sConfig=SConfig{}) (defined in StorageClient) | StorageClient | explicit |
~StorageClient() (defined in StorageClient) | StorageClient |