NebulaGraph CPP Client
release-3.4
|
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, HostAddr > | getPartLeaderFromCache (GraphSpaceID spaceId, PartitionID partId) |
Definition at line 64 of file MetaClient.h.