okhttp3.Call |
GraphServiceEdgeManagementApi.addEdgeAsync(String graphId,
EdgeRequest edgeRequest,
ApiCallback<String> _callback) |
Add edge to the graph (asynchronously)
Add the edge to graph.
|
okhttp3.Call |
GraphServiceEdgeManagementApi.addEdgeCall(String graphId,
EdgeRequest edgeRequest,
ApiCallback _callback) |
Build call for addEdge
|
okhttp3.Call |
GraphServiceVertexManagementApi.addVertexAsync(String graphId,
VertexRequest vertexRequest,
ApiCallback<String> _callback) |
Add vertex to the graph (asynchronously)
Add the provided vertex to the specified graph.
|
okhttp3.Call |
GraphServiceVertexManagementApi.addVertexCall(String graphId,
VertexRequest vertexRequest,
ApiCallback _callback) |
Build call for addVertex
|
okhttp3.Call |
AdminServiceGraphManagementApi.createDataloadingJobAsync(String graphId,
SchemaMapping schemaMapping,
ApiCallback<JobResponse> _callback) |
(asynchronously)
Create a dataloading job
|
okhttp3.Call |
AdminServiceGraphManagementApi.createDataloadingJobCall(String graphId,
SchemaMapping schemaMapping,
ApiCallback _callback) |
Build call for createDataloadingJob
|
okhttp3.Call |
AdminServiceGraphManagementApi.createGraphAsync(CreateGraphRequest createGraphRequest,
ApiCallback<CreateGraphResponse> _callback) |
(asynchronously)
Create a new graph
|
okhttp3.Call |
AdminServiceGraphManagementApi.createGraphCall(CreateGraphRequest createGraphRequest,
ApiCallback _callback) |
Build call for createGraph
|
okhttp3.Call |
AdminServiceProcedureManagementApi.createProcedureAsync(String graphId,
CreateProcedureRequest createProcedureRequest,
ApiCallback<CreateProcedureResponse> _callback) |
(asynchronously)
Create a new procedure on a graph
|
okhttp3.Call |
AdminServiceProcedureManagementApi.createProcedureCall(String graphId,
CreateProcedureRequest createProcedureRequest,
ApiCallback _callback) |
Build call for createProcedure
|
okhttp3.Call |
GraphServiceEdgeManagementApi.deleteEdgeAsync(String graphId,
String srcLabel,
Object srcPrimaryKeyValue,
String dstLabel,
Object dstPrimaryKeyValue,
ApiCallback<String> _callback) |
Remove edge from the graph (asynchronously)
Remove the edge from current graph.
|
okhttp3.Call |
GraphServiceEdgeManagementApi.deleteEdgeCall(String graphId,
String srcLabel,
Object srcPrimaryKeyValue,
String dstLabel,
Object dstPrimaryKeyValue,
ApiCallback _callback) |
Build call for deleteEdge
|
okhttp3.Call |
AdminServiceGraphManagementApi.deleteGraphAsync(String graphId,
ApiCallback<String> _callback) |
(asynchronously)
Delete a graph by name
|
okhttp3.Call |
AdminServiceGraphManagementApi.deleteGraphCall(String graphId,
ApiCallback _callback) |
Build call for deleteGraph
|
okhttp3.Call |
AdminServiceJobManagementApi.deleteJobByIdAsync(String jobId,
ApiCallback<String> _callback) |
(asynchronously)
|
okhttp3.Call |
AdminServiceJobManagementApi.deleteJobByIdCall(String jobId,
ApiCallback _callback) |
Build call for deleteJobById
|
okhttp3.Call |
AdminServiceProcedureManagementApi.deleteProcedureAsync(String graphId,
String procedureId,
ApiCallback<String> _callback) |
(asynchronously)
Delete a procedure on a graph by name
|
okhttp3.Call |
AdminServiceProcedureManagementApi.deleteProcedureCall(String graphId,
String procedureId,
ApiCallback _callback) |
Build call for deleteProcedure
|
okhttp3.Call |
GraphServiceVertexManagementApi.deleteVertexAsync(String graphId,
String label,
Object primaryKeyValue,
ApiCallback<String> _callback) |
Remove vertex from the graph (asynchronously)
Remove the vertex from the specified graph.
|
okhttp3.Call |
GraphServiceVertexManagementApi.deleteVertexCall(String graphId,
String label,
Object primaryKeyValue,
ApiCallback _callback) |
Build call for deleteVertex
|
okhttp3.Call |
GraphServiceEdgeManagementApi.getEdgeAsync(String graphId,
String edgeLabel,
String srcLabel,
Object srcPrimaryKeyValue,
String dstLabel,
Object dstPrimaryKeyValue,
ApiCallback<EdgeData> _callback) |
Get the edge's properties with src and dst vertex primary keys.
|
okhttp3.Call |
GraphServiceEdgeManagementApi.getEdgeCall(String graphId,
String edgeLabel,
String srcLabel,
Object srcPrimaryKeyValue,
String dstLabel,
Object dstPrimaryKeyValue,
ApiCallback _callback) |
Build call for getEdge
|
okhttp3.Call |
AdminServiceGraphManagementApi.getGraphAsync(String graphId,
ApiCallback<GetGraphResponse> _callback) |
(asynchronously)
Get a graph by name
|
okhttp3.Call |
AdminServiceGraphManagementApi.getGraphCall(String graphId,
ApiCallback _callback) |
Build call for getGraph
|
okhttp3.Call |
AdminServiceJobManagementApi.getJobByIdAsync(String jobId,
ApiCallback<JobStatus> _callback) |
(asynchronously)
|
okhttp3.Call |
AdminServiceJobManagementApi.getJobByIdCall(String jobId,
ApiCallback _callback) |
Build call for getJobById
|
okhttp3.Call |
AdminServiceProcedureManagementApi.getProcedureAsync(String graphId,
String procedureId,
ApiCallback<GetProcedureResponse> _callback) |
(asynchronously)
Get a procedure by name
|
okhttp3.Call |
AdminServiceProcedureManagementApi.getProcedureCall(String graphId,
String procedureId,
ApiCallback _callback) |
Build call for getProcedure
|
okhttp3.Call |
AdminServiceGraphManagementApi.getSchemaAsync(String graphId,
ApiCallback<GetGraphSchemaResponse> _callback) |
(asynchronously)
Get schema by graph name
|
okhttp3.Call |
AdminServiceGraphManagementApi.getSchemaCall(String graphId,
ApiCallback _callback) |
Build call for getSchema
|
okhttp3.Call |
AdminServiceServiceManagementApi.getServiceStatusAsync(ApiCallback<ServiceStatus> _callback) |
(asynchronously)
Get service status
|
okhttp3.Call |
AdminServiceServiceManagementApi.getServiceStatusCall(ApiCallback _callback) |
Build call for getServiceStatus
|
okhttp3.Call |
GraphServiceVertexManagementApi.getVertexAsync(String graphId,
String label,
Object primaryKeyValue,
ApiCallback<VertexData> _callback) |
Get the vertex's properties with vertex primary key.
|
okhttp3.Call |
GraphServiceVertexManagementApi.getVertexCall(String graphId,
String label,
Object primaryKeyValue,
ApiCallback _callback) |
Build call for getVertex
|
okhttp3.Call |
AdminServiceGraphManagementApi.listGraphsAsync(ApiCallback<List<GetGraphResponse>> _callback) |
(asynchronously)
List all graphs
|
okhttp3.Call |
AdminServiceGraphManagementApi.listGraphsCall(ApiCallback _callback) |
Build call for listGraphs
|
okhttp3.Call |
AdminServiceJobManagementApi.listJobsAsync(ApiCallback<List<JobStatus>> _callback) |
(asynchronously)
|
okhttp3.Call |
AdminServiceJobManagementApi.listJobsCall(ApiCallback _callback) |
Build call for listJobs
|
okhttp3.Call |
AdminServiceProcedureManagementApi.listProceduresAsync(String graphId,
ApiCallback<List<GetProcedureResponse>> _callback) |
(asynchronously)
List all procedures
|
okhttp3.Call |
AdminServiceProcedureManagementApi.listProceduresCall(String graphId,
ApiCallback _callback) |
Build call for listProcedures
|
okhttp3.Call |
QueryServiceApi.procCallAsync(String graphId,
String xInteractiveRequestFormat,
byte[] body,
ApiCallback<byte[]> _callback) |
run queries on graph (asynchronously)
After the procedure is created, user can use this API to run the procedure.
|
okhttp3.Call |
QueryServiceApi.procCallCall(String graphId,
String xInteractiveRequestFormat,
byte[] body,
ApiCallback _callback) |
Build call for procCall
|
okhttp3.Call |
QueryServiceApi.procCallCurrentAsync(String xInteractiveRequestFormat,
byte[] body,
ApiCallback<byte[]> _callback) |
run queries on the running graph (asynchronously)
Submit a query to the running graph.
|
okhttp3.Call |
QueryServiceApi.procCallCurrentCall(String xInteractiveRequestFormat,
byte[] body,
ApiCallback _callback) |
Build call for procCallCurrent
|
okhttp3.Call |
AdminServiceServiceManagementApi.restartServiceAsync(ApiCallback<String> _callback) |
(asynchronously)
Start current service
|
okhttp3.Call |
AdminServiceServiceManagementApi.restartServiceCall(ApiCallback _callback) |
Build call for restartService
|
okhttp3.Call |
AdminServiceServiceManagementApi.startServiceAsync(StartServiceRequest startServiceRequest,
ApiCallback<String> _callback) |
(asynchronously)
Start service on a specified graph
|
okhttp3.Call |
AdminServiceServiceManagementApi.startServiceCall(StartServiceRequest startServiceRequest,
ApiCallback _callback) |
Build call for startService
|
okhttp3.Call |
AdminServiceServiceManagementApi.stopServiceAsync(ApiCallback<String> _callback) |
(asynchronously)
Stop current service
|
okhttp3.Call |
AdminServiceServiceManagementApi.stopServiceCall(ApiCallback _callback) |
Build call for stopService
|
okhttp3.Call |
GraphServiceEdgeManagementApi.updateEdgeAsync(String graphId,
EdgeRequest edgeRequest,
ApiCallback<String> _callback) |
Update edge's property (asynchronously)
Update the edge on the running graph.
|
okhttp3.Call |
GraphServiceEdgeManagementApi.updateEdgeCall(String graphId,
EdgeRequest edgeRequest,
ApiCallback _callback) |
Build call for updateEdge
|
okhttp3.Call |
AdminServiceProcedureManagementApi.updateProcedureAsync(String graphId,
String procedureId,
UpdateProcedureRequest updateProcedureRequest,
ApiCallback<String> _callback) |
(asynchronously)
Update procedure on a graph by name
|
okhttp3.Call |
AdminServiceProcedureManagementApi.updateProcedureCall(String graphId,
String procedureId,
UpdateProcedureRequest updateProcedureRequest,
ApiCallback _callback) |
Build call for updateProcedure
|
okhttp3.Call |
GraphServiceVertexManagementApi.updateVertexAsync(String graphId,
VertexRequest vertexRequest,
ApiCallback<String> _callback) |
Update vertex's property (asynchronously)
Remove the vertex from the specified graph.
|
okhttp3.Call |
GraphServiceVertexManagementApi.updateVertexCall(String graphId,
VertexRequest vertexRequest,
ApiCallback _callback) |
Build call for updateVertex
|