Result<String> |
EdgeInterface.addEdge(String graphName,
EdgeRequest edgeRequest) |
|
Result<String> |
VertexInterface.addVertex(String graphId,
VertexRequest request) |
|
Result<JobResponse> |
GraphInterface.bulkLoading(String graphId,
SchemaMapping mapping) |
|
Result<IrResult.CollectiveResults> |
ProcedureInterface.callProcedure(QueryRequest request) |
|
Result<IrResult.CollectiveResults> |
ProcedureInterface.callProcedure(String graphId,
QueryRequest request) |
|
Result<byte[]> |
ProcedureInterface.callProcedureRaw(byte[] request) |
|
Result<byte[]> |
ProcedureInterface.callProcedureRaw(String graphId,
byte[] request) |
|
Result<String> |
JobInterface.cancelJob(String jobId) |
|
Result<CreateGraphResponse> |
GraphInterface.createGraph(CreateGraphRequest graph) |
|
Result<CreateProcedureResponse> |
ProcedureInterface.createProcedure(String graphId,
CreateProcedureRequest procedure) |
|
Result<String> |
EdgeInterface.deleteEdge(String graphName,
String srcLabel,
Object srcPrimaryKeyValue,
String dstLabel,
Object dstPrimaryKeyValue) |
|
Result<String> |
GraphInterface.deleteGraph(String graphId) |
|
Result<String> |
ProcedureInterface.deleteProcedure(String graphId,
String procedureName) |
|
Result<String> |
VertexInterface.deleteVertex(String graphId,
String label,
Object primaryKey) |
|
Result<List<GetGraphResponse>> |
GraphInterface.getAllGraphs() |
|
Result<EdgeData> |
EdgeInterface.getEdge(String graphName,
String edgeLabel,
String srcLabel,
Object srcPrimaryKeyValue,
String dstLabel,
Object dstPrimaryKeyValue) |
|
Result<GetGraphResponse> |
GraphInterface.getGraphMeta(String graphId) |
|
Result<GetGraphSchemaResponse> |
GraphInterface.getGraphSchema(String graphId) |
|
Result<JobStatus> |
JobInterface.getJobStatus(String jobId) |
|
Result<GetProcedureResponse> |
ProcedureInterface.getProcedure(String graphId,
String procedureName) |
|
Result<ServiceStatus> |
QueryServiceInterface.getServiceStatus() |
|
Result<VertexData> |
VertexInterface.getVertex(String graphId,
String label,
Object primaryKey) |
|
Result<List<JobStatus>> |
JobInterface.listJobs() |
|
Result<List<GetProcedureResponse>> |
ProcedureInterface.listProcedures(String graphId) |
|
Result<String> |
QueryServiceInterface.restartService() |
|
Result<String> |
QueryServiceInterface.startService(StartServiceRequest service) |
|
Result<String> |
QueryServiceInterface.stopService() |
|
Result<String> |
EdgeInterface.updateEdge(String graphName,
EdgeRequest edgeRequest) |
|
Result<String> |
ProcedureInterface.updateProcedure(String graphId,
String procedureId,
UpdateProcedureRequest procedure) |
|
Result<String> |
VertexInterface.updateVertex(String graphId,
VertexRequest request) |
|