|
Routify Documentation
|
Public Member Functions | |
| ResponseEntity< JSONObject > | getStatus () |
| ResponseEntity< JSONObject > | getBoundary () throws FileNotFoundException, ParseException |
| ResponseEntity< JSONObject > | fetchMeta () throws Exception |
Controller responsible for handling API endpoints related to the system status within the Routifys application. This controller provides endpoints for retrieving general system status information such as vertex and edge counts in the system's graph, as well as detailed boundary information.
|
inline |
Triggers update of cached metadata and updates graph datastructure according to new metadata.
JSONObject | Exception |
|
inline |
Retrieves the geographical boundary information for the system.
JSONObject with the system's boundary information, wrapped in an HTTP OK response. | FileNotFoundException | if the boundary information file cannot be found. |
| ParseException | if there is an error parsing the boundary information file. |
|
inline |
Retrieves the current status of the system, including counts of vertices and edges in the graph.
JSONObject with the vertex and edge count of the system's graph, wrapped in an HTTP OK response.