@RestController
@RequestMapping(value="/api/v1.2/graph-connections/{connId}/algorithms")
public class OltpAlgoController
extends Object
| Constructor and Description |
|---|
OltpAlgoController() |
| Modifier and Type | Method and Description |
|---|---|
GremlinResult |
shortPath(int connId,
ShortestPath body) |
@PostMapping(value="shortestPath") public GremlinResult shortPath(@PathVariable(value="connId") int connId, @RequestBody ShortestPath body)
Copyright © 2024 The Apache Software Foundation. All rights reserved.