Uses of Class
com.alibaba.graphscope.interactive.client.common.Result
-
Packages that use Result Package Description com.alibaba.graphscope.interactive.client com.alibaba.graphscope.interactive.client.common com.alibaba.graphscope.interactive.client.impl -
-
Uses of Result in com.alibaba.graphscope.interactive.client
Methods in com.alibaba.graphscope.interactive.client that return Result Modifier and Type Method Description Result<String>
EdgeInterface. addEdge(String graphName, List<com.alibaba.graphscope.interactive.models.EdgeRequest> edgeRequest)
Result<String>
VertexInterface. addVertex(String graphId, com.alibaba.graphscope.interactive.models.VertexEdgeRequest request)
Result<com.alibaba.graphscope.interactive.models.JobResponse>
GraphInterface. bulkLoading(String graphId, com.alibaba.graphscope.interactive.models.SchemaMapping mapping)
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
QueryInterface. callProcedure(com.alibaba.graphscope.gaia.proto.StoredProcedure.Query request)
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
QueryInterface. callProcedure(com.alibaba.graphscope.interactive.models.QueryRequest request)
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
QueryInterface. callProcedure(String graphId, com.alibaba.graphscope.gaia.proto.StoredProcedure.Query request)
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
QueryInterface. callProcedure(String graphId, com.alibaba.graphscope.interactive.models.QueryRequest request)
Result<byte[]>
QueryInterface. callProcedureRaw(byte[] request)
Result<byte[]>
QueryInterface. callProcedureRaw(String graphId, byte[] request)
Result<String>
JobInterface. cancelJob(String jobId)
Result<com.alibaba.graphscope.interactive.models.CreateGraphResponse>
GraphInterface. createGraph(com.alibaba.graphscope.interactive.models.CreateGraphRequest graph)
Result<com.alibaba.graphscope.interactive.models.CreateProcedureResponse>
ProcedureInterface. createProcedure(String graphId, com.alibaba.graphscope.interactive.models.CreateProcedureRequest procedure)
Result<String>
EdgeInterface. deleteEdge(String graphName, List<com.alibaba.graphscope.interactive.models.DeleteEdgeRequest> requests)
Result<String>
GraphInterface. deleteGraph(String graphId)
Result<String>
ProcedureInterface. deleteProcedure(String graphId, String procedureName)
Result<String>
VertexInterface. deleteVertex(String graphId, List<com.alibaba.graphscope.interactive.models.DeleteVertexRequest> requests)
Result<List<com.alibaba.graphscope.interactive.models.GetGraphResponse>>
GraphInterface. getAllGraphs()
Result<com.alibaba.graphscope.interactive.models.EdgeData>
EdgeInterface. getEdge(String graphName, String edgeLabel, String srcLabel, Object srcPrimaryKeyValue, String dstLabel, Object dstPrimaryKeyValue)
Result<com.alibaba.graphscope.interactive.models.GetGraphResponse>
GraphInterface. getGraphMeta(String graphId)
Result<com.alibaba.graphscope.interactive.models.GetGraphSchemaResponse>
GraphInterface. getGraphSchema(String graphId)
Result<com.alibaba.graphscope.interactive.models.GetGraphStatisticsResponse>
GraphInterface. getGraphStatistics(String graphId)
Result<com.alibaba.graphscope.interactive.models.JobStatus>
JobInterface. getJobStatus(String jobId)
Result<com.alibaba.graphscope.interactive.models.GetProcedureResponse>
ProcedureInterface. getProcedure(String graphId, String procedureName)
Result<com.alibaba.graphscope.interactive.models.ServiceStatus>
QueryServiceInterface. getServiceStatus()
Result<com.alibaba.graphscope.interactive.models.VertexData>
VertexInterface. getVertex(String graphId, String label, Object primaryKey)
Result<List<com.alibaba.graphscope.interactive.models.JobStatus>>
JobInterface. listJobs()
Result<List<com.alibaba.graphscope.interactive.models.GetProcedureResponse>>
ProcedureInterface. listProcedures(String graphId)
Result<String>
QueryServiceInterface. restartService()
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
QueryInterface. runAdhocQuery(com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.PhysicalPlan physicalPlan)
Submit a adhoc query, represented via physical plan.Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
QueryInterface. runAdhocQuery(String graphId, com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.PhysicalPlan physicalPlan)
Submit a adhoc query, represented via physical plan.Result<String>
QueryServiceInterface. startService(com.alibaba.graphscope.interactive.models.StartServiceRequest service)
Result<String>
QueryServiceInterface. stopService(com.alibaba.graphscope.interactive.models.StopServiceRequest graphId)
Result<String>
EdgeInterface. updateEdge(String graphName, List<com.alibaba.graphscope.interactive.models.EdgeRequest> edgeRequest)
Result<String>
ProcedureInterface. updateProcedure(String graphId, String procedureId, com.alibaba.graphscope.interactive.models.UpdateProcedureRequest procedure)
Result<String>
VertexInterface. updateVertex(String graphId, com.alibaba.graphscope.interactive.models.VertexEdgeRequest request)
Result<com.alibaba.graphscope.interactive.models.UploadFileResponse>
UtilsInterface. uploadFile(File fileStorage)
Methods in com.alibaba.graphscope.interactive.client that return types with arguments of type Result Modifier and Type Method Description CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
QueryInterface. callProcedureAsync(com.alibaba.graphscope.gaia.proto.StoredProcedure.Query request)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
QueryInterface. callProcedureAsync(com.alibaba.graphscope.interactive.models.QueryRequest request)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
QueryInterface. callProcedureAsync(String graphId, com.alibaba.graphscope.gaia.proto.StoredProcedure.Query request)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
QueryInterface. callProcedureAsync(String graphId, com.alibaba.graphscope.interactive.models.QueryRequest request)
CompletableFuture<Result<byte[]>>
QueryInterface. callProcedureRawAsync(byte[] request)
CompletableFuture<Result<byte[]>>
QueryInterface. callProcedureRawAsync(String graphId, byte[] request)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
QueryInterface. runAdhocQueryAsync(com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.PhysicalPlan physicalPlan)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
QueryInterface. runAdhocQueryAsync(String graphId, com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.PhysicalPlan physicalPlan)
-
Uses of Result in com.alibaba.graphscope.interactive.client.common
Methods in com.alibaba.graphscope.interactive.client.common that return Result Modifier and Type Method Description static <T> Result<T>
Result. error(String message)
static <T> Result<T>
Result. fromException(com.alibaba.graphscope.interactive.ApiException exception)
static <T> Result<T>
Result. fromResponse(com.alibaba.graphscope.interactive.ApiResponse<T> response)
static <T> Result<T>
Result. ok(T value)
-
Uses of Result in com.alibaba.graphscope.interactive.client.impl
Methods in com.alibaba.graphscope.interactive.client.impl that return Result Modifier and Type Method Description Result<String>
DefaultSession. addEdge(String graphName, List<com.alibaba.graphscope.interactive.models.EdgeRequest> edgeRequest)
Result<String>
DefaultSession. addVertex(String graphId, com.alibaba.graphscope.interactive.models.VertexEdgeRequest request)
Result<com.alibaba.graphscope.interactive.models.JobResponse>
DefaultSession. bulkLoading(String graphId, com.alibaba.graphscope.interactive.models.SchemaMapping mapping)
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
DefaultSession. callProcedure(com.alibaba.graphscope.gaia.proto.StoredProcedure.Query request)
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
DefaultSession. callProcedure(com.alibaba.graphscope.interactive.models.QueryRequest request)
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
DefaultSession. callProcedure(String graphId, com.alibaba.graphscope.gaia.proto.StoredProcedure.Query request)
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
DefaultSession. callProcedure(String graphId, com.alibaba.graphscope.interactive.models.QueryRequest request)
Result<byte[]>
DefaultSession. callProcedureRaw(byte[] request)
Result<byte[]>
DefaultSession. callProcedureRaw(String graphId, byte[] request)
Call procedure with raw bytes.Result<String>
DefaultSession. cancelJob(String jobId)
Result<com.alibaba.graphscope.interactive.models.CreateGraphResponse>
DefaultSession. createGraph(com.alibaba.graphscope.interactive.models.CreateGraphRequest graph)
Result<com.alibaba.graphscope.interactive.models.CreateProcedureResponse>
DefaultSession. createProcedure(String graphId, com.alibaba.graphscope.interactive.models.CreateProcedureRequest procedure)
Result<String>
DefaultSession. deleteEdge(String graphName, List<com.alibaba.graphscope.interactive.models.DeleteEdgeRequest> requests)
Result<String>
DefaultSession. deleteGraph(String graphId)
Result<String>
DefaultSession. deleteProcedure(String graphId, String procedureName)
Result<String>
DefaultSession. deleteVertex(String graphId, List<com.alibaba.graphscope.interactive.models.DeleteVertexRequest> requests)
Result<List<com.alibaba.graphscope.interactive.models.GetGraphResponse>>
DefaultSession. getAllGraphs()
Result<com.alibaba.graphscope.interactive.models.EdgeData>
DefaultSession. getEdge(String graphName, String edgeLabel, String srcLabel, Object srcPrimaryKeyValue, String dstLabel, Object dstPrimaryKeyValue)
Result<com.alibaba.graphscope.interactive.models.GetGraphResponse>
DefaultSession. getGraphMeta(String graphId)
Result<com.alibaba.graphscope.interactive.models.GetGraphSchemaResponse>
DefaultSession. getGraphSchema(String graphId)
Result<com.alibaba.graphscope.interactive.models.GetGraphStatisticsResponse>
DefaultSession. getGraphStatistics(String graphId)
Result<com.alibaba.graphscope.interactive.models.JobStatus>
DefaultSession. getJobStatus(String jobId)
Result<com.alibaba.graphscope.interactive.models.GetProcedureResponse>
DefaultSession. getProcedure(String graphId, String procedureId)
Result<com.alibaba.graphscope.interactive.models.ServiceStatus>
DefaultSession. getServiceStatus()
Result<com.alibaba.graphscope.interactive.models.VertexData>
DefaultSession. getVertex(String graphId, String label, Object primaryKey)
Result<List<com.alibaba.graphscope.interactive.models.JobStatus>>
DefaultSession. listJobs()
Result<List<com.alibaba.graphscope.interactive.models.GetProcedureResponse>>
DefaultSession. listProcedures(String graphId)
Result<String>
DefaultSession. restartService()
Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
DefaultSession. runAdhocQuery(com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.PhysicalPlan physicalPlan)
Submit a adhoc query, represented via physical plan.Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>
DefaultSession. runAdhocQuery(String graphId, com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.PhysicalPlan physicalPlan)
Submit a adhoc query, represented via physical plan.Result<String>
DefaultSession. startService(com.alibaba.graphscope.interactive.models.StartServiceRequest service)
Result<String>
DefaultSession. stopService(com.alibaba.graphscope.interactive.models.StopServiceRequest request)
Result<String>
DefaultSession. updateEdge(String graphName, List<com.alibaba.graphscope.interactive.models.EdgeRequest> edgeRequest)
Result<String>
DefaultSession. updateProcedure(String graphId, String procedureId, com.alibaba.graphscope.interactive.models.UpdateProcedureRequest procedure)
Result<String>
DefaultSession. updateVertex(String graphId, com.alibaba.graphscope.interactive.models.VertexEdgeRequest requests)
Result<com.alibaba.graphscope.interactive.models.UploadFileResponse>
DefaultSession. uploadFile(File fileStorage)
Upload a file to the server.Methods in com.alibaba.graphscope.interactive.client.impl that return types with arguments of type Result Modifier and Type Method Description CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
DefaultSession. callProcedureAsync(com.alibaba.graphscope.gaia.proto.StoredProcedure.Query request)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
DefaultSession. callProcedureAsync(com.alibaba.graphscope.interactive.models.QueryRequest queryRequest)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
DefaultSession. callProcedureAsync(String graphId, com.alibaba.graphscope.gaia.proto.StoredProcedure.Query request)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
DefaultSession. callProcedureAsync(String graphId, com.alibaba.graphscope.interactive.models.QueryRequest queryRequest)
CompletableFuture<Result<byte[]>>
DefaultSession. callProcedureRawAsync(byte[] request)
CompletableFuture<Result<byte[]>>
DefaultSession. callProcedureRawAsync(String graphId, byte[] request)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
DefaultSession. runAdhocQueryAsync(com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.PhysicalPlan physicalPlan)
CompletableFuture<Result<com.alibaba.graphscope.gaia.proto.IrResult.CollectiveResults>>
DefaultSession. runAdhocQueryAsync(String graphId, com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.PhysicalPlan physicalPlan)
-