|
| 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="") |
|
MetaClient * | getMetaClient () |
|
|
struct | ScanEdgeIter |
|
struct | ScanVertexIter |
|
Definition at line 61 of file StorageClient.h.
The documentation for this class was generated from the following file: