NebulaGraph CPP Client
release-3.8
|
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, TagID > | getTagIdByNameFromCache (GraphSpaceID spaceId, const std::string &name) |
std::pair< bool, std::vector< PartitionID > > | getPartsFromCache (GraphSpaceID spaceId) |
std::pair< bool, HostAddr > | getPartLeaderFromCache (GraphSpaceID spaceId, PartitionID partId) |
Definition at line 68 of file MetaClient.h.