RunningGraphServer
A Raphtory server handler that also enables querying the server
Methods
| Method | Description |
|---|---|
get_client | Get the client for the server |
stop | Stop the server and wait for it to finish |
Method Details
get_client
Get the client for the server
Returns
| Type | Description |
|---|---|
| RaphtoryClient | the client |
stop
Stop the server and wait for it to finish
Returns
| Type | Description |
|---|---|
| None |