public class GremlinManager extends Object
| Constructor and Description |
|---|
GremlinManager(RestClient client,
String graph,
GraphManager graphManager) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
execute(GremlinRequest request) |
long |
executeAsTask(GremlinRequest request) |
GremlinRequest.Builder |
gremlin(String gremlin) |
public GremlinManager(RestClient client, String graph, GraphManager graphManager)
public ResultSet execute(GremlinRequest request)
public long executeAsTask(GremlinRequest request)
public GremlinRequest.Builder gremlin(String gremlin)
Copyright © 2023 The Apache Software Foundation. All rights reserved.