|
NebulaGraph Python Client
release-3.8
|
This is the complete list of members for GraphStorageClient, including all inherited members.
| __del__(self) (defined in GraphStorageClient) | GraphStorageClient | |
| __init__(self, meta_cache, storage_addrs=None, time_out=60000) (defined in GraphStorageClient) | GraphStorageClient | |
| close(self) | GraphStorageClient | |
| DEFAULT_END_TIME (defined in GraphStorageClient) | GraphStorageClient | static |
| DEFAULT_LIMIT (defined in GraphStorageClient) | GraphStorageClient | static |
| DEFAULT_START_TIME (defined in GraphStorageClient) | GraphStorageClient | static |
| get_conns(self) | GraphStorageClient | |
| get_space_addrs(self, space_name) | GraphStorageClient | |
| passwd (defined in GraphStorageClient) | GraphStorageClient | static |
| passwd (defined in GraphStorageClient) | GraphStorageClient | |
| scan_edge(self, space_name, edge_name, prop_names=[], limit=DEFAULT_LIMIT, start_time=DEFAULT_START_TIME, end_time=DEFAULT_END_TIME, where=None, only_latest_version=False, enable_read_from_follower=True, partial_success=False) | GraphStorageClient | |
| scan_edge_with_part(self, space_name, part, edge_name, prop_names=[], limit=DEFAULT_LIMIT, start_time=DEFAULT_START_TIME, end_time=DEFAULT_END_TIME, where=None, only_latest_version=False, enable_read_from_follower=True, partial_success=False) | GraphStorageClient | |
| scan_vertex(self, space_name, tag_name, prop_names=[], limit=DEFAULT_LIMIT, start_time=DEFAULT_START_TIME, end_time=DEFAULT_END_TIME, where=None, only_latest_version=False, enable_read_from_follower=True, partial_success=False) | GraphStorageClient | |
| scan_vertex_with_part(self, space_name, part, tag_name, prop_names=[], limit=DEFAULT_LIMIT, start_time=DEFAULT_START_TIME, end_time=DEFAULT_END_TIME, where=None, only_latest_version=False, enable_read_from_follower=True, partial_success=False) | GraphStorageClient | |
| set_user_passwd(self, user, passwd) | GraphStorageClient | |
| user (defined in GraphStorageClient) | GraphStorageClient | static |
| user (defined in GraphStorageClient) | GraphStorageClient |