NebulaGraph CPP Client  release-3.4
MetaClient Class Reference

Public Member Functions

 MetaClient (const std::vector< std::string > &metaAddrs, const MConfig &mConfig=MConfig{})
 
std::pair< bool, GraphSpaceID > getSpaceIdByNameFromCache (const std::string &name)
 
std::pair< bool, EdgeType > getEdgeTypeByNameFromCache (GraphSpaceID spaceId, const std::string &name)
 
std::pair< bool, std::vector< PartitionID > > getPartsFromCache (GraphSpaceID spaceId)
 
std::pair< bool, HostAddrgetPartLeaderFromCache (GraphSpaceID spaceId, PartitionID partId)
 

Detailed Description

Definition at line 64 of file MetaClient.h.


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