NebulaGraph CPP Client  release-3.8
StorageClient Class Reference

Public Member Functions

 StorageClient (const std::vector< std::string > &metaAddrs, 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="")
 
MetaClientgetMetaClient ()
 

Friends

struct ScanEdgeIter
 
struct ScanVertexIter
 

Detailed Description

Definition at line 61 of file StorageClient.h.


The documentation for this class was generated from the following file: