Uses of Class
com.alibaba.graphscope.interactive.client.Driver
-
Packages that use Driver Package Description com.alibaba.graphscope.interactive.client -
-
Uses of Driver in com.alibaba.graphscope.interactive.client
Methods in com.alibaba.graphscope.interactive.client that return Driver Modifier and Type Method Description static DriverDriver. connect()Connect to the interactive service with the environment variables INTERACTIVE_ADMIN_ENDPOINT, INTERACTIVE_STORED_PROC_ENDPOINT, INTERACTIVE_CYPHER_ENDPOINT, INTERACTIVE_GREMLIN_ENDPOINTstatic DriverDriver. connect(String uri)Should only be used internally.static DriverDriver. connect(String adminUri, String storedProcUri, String cypherUri, String gremlinUri)Connect to the interactive service by specifying the URIs of the admin, stored procedure, cypher, and gremlin services.
-