ApiResponse<String> |
GraphServiceEdgeManagementApi.addEdgeWithHttpInfo(String graphId,
EdgeRequest edgeRequest) |
Add edge to the graph
Add the edge to graph.
|
ApiResponse<String> |
GraphServiceVertexManagementApi.addVertexWithHttpInfo(String graphId,
VertexRequest vertexRequest) |
Add vertex to the graph
Add the provided vertex to the specified graph.
|
ApiResponse<JobResponse> |
AdminServiceGraphManagementApi.createDataloadingJobWithHttpInfo(String graphId,
SchemaMapping schemaMapping) |
Create a dataloading job
|
ApiResponse<CreateGraphResponse> |
AdminServiceGraphManagementApi.createGraphWithHttpInfo(CreateGraphRequest createGraphRequest) |
Create a new graph
|
ApiResponse<CreateProcedureResponse> |
AdminServiceProcedureManagementApi.createProcedureWithHttpInfo(String graphId,
CreateProcedureRequest createProcedureRequest) |
Create a new procedure on a graph
|
ApiResponse<String> |
GraphServiceEdgeManagementApi.deleteEdgeWithHttpInfo(String graphId,
String srcLabel,
Object srcPrimaryKeyValue,
String dstLabel,
Object dstPrimaryKeyValue) |
Remove edge from the graph
Remove the edge from current graph.
|
ApiResponse<String> |
AdminServiceGraphManagementApi.deleteGraphWithHttpInfo(String graphId) |
Delete a graph by name
|
ApiResponse<String> |
AdminServiceJobManagementApi.deleteJobByIdWithHttpInfo(String jobId) |
|
ApiResponse<String> |
AdminServiceProcedureManagementApi.deleteProcedureWithHttpInfo(String graphId,
String procedureId) |
Delete a procedure on a graph by name
|
ApiResponse<String> |
GraphServiceVertexManagementApi.deleteVertexWithHttpInfo(String graphId,
String label,
Object primaryKeyValue) |
Remove vertex from the graph
Remove the vertex from the specified graph.
|
ApiResponse<EdgeData> |
GraphServiceEdgeManagementApi.getEdgeWithHttpInfo(String graphId,
String edgeLabel,
String srcLabel,
Object srcPrimaryKeyValue,
String dstLabel,
Object dstPrimaryKeyValue) |
Get the edge's properties with src and dst vertex primary keys.
|
ApiResponse<GetGraphResponse> |
AdminServiceGraphManagementApi.getGraphWithHttpInfo(String graphId) |
Get a graph by name
|
ApiResponse<JobStatus> |
AdminServiceJobManagementApi.getJobByIdWithHttpInfo(String jobId) |
|
ApiResponse<GetProcedureResponse> |
AdminServiceProcedureManagementApi.getProcedureWithHttpInfo(String graphId,
String procedureId) |
Get a procedure by name
|
ApiResponse<GetGraphSchemaResponse> |
AdminServiceGraphManagementApi.getSchemaWithHttpInfo(String graphId) |
Get schema by graph name
|
ApiResponse<ServiceStatus> |
AdminServiceServiceManagementApi.getServiceStatusWithHttpInfo() |
Get service status
|
ApiResponse<VertexData> |
GraphServiceVertexManagementApi.getVertexWithHttpInfo(String graphId,
String label,
Object primaryKeyValue) |
Get the vertex's properties with vertex primary key.
|
ApiResponse<List<GetGraphResponse>> |
AdminServiceGraphManagementApi.listGraphsWithHttpInfo() |
List all graphs
|
ApiResponse<List<JobStatus>> |
AdminServiceJobManagementApi.listJobsWithHttpInfo() |
|
ApiResponse<List<GetProcedureResponse>> |
AdminServiceProcedureManagementApi.listProceduresWithHttpInfo(String graphId) |
List all procedures
|
ApiResponse<byte[]> |
QueryServiceApi.procCallCurrentWithHttpInfo(String xInteractiveRequestFormat,
byte[] body) |
run queries on the running graph
Submit a query to the running graph.
|
ApiResponse<byte[]> |
QueryServiceApi.procCallWithHttpInfo(String graphId,
String xInteractiveRequestFormat,
byte[] body) |
run queries on graph
After the procedure is created, user can use this API to run the procedure.
|
ApiResponse<String> |
AdminServiceServiceManagementApi.restartServiceWithHttpInfo() |
Start current service
|
ApiResponse<String> |
AdminServiceServiceManagementApi.startServiceWithHttpInfo(StartServiceRequest startServiceRequest) |
Start service on a specified graph
|
ApiResponse<String> |
AdminServiceServiceManagementApi.stopServiceWithHttpInfo() |
Stop current service
|
ApiResponse<String> |
GraphServiceEdgeManagementApi.updateEdgeWithHttpInfo(String graphId,
EdgeRequest edgeRequest) |
Update edge's property
Update the edge on the running graph.
|
ApiResponse<String> |
AdminServiceProcedureManagementApi.updateProcedureWithHttpInfo(String graphId,
String procedureId,
UpdateProcedureRequest updateProcedureRequest) |
Update procedure on a graph by name
|
ApiResponse<String> |
GraphServiceVertexManagementApi.updateVertexWithHttpInfo(String graphId,
VertexRequest vertexRequest) |
Update vertex's property
Remove the vertex from the specified graph.
|