Uses of Class
uk.gov.gchq.gaffer.graph.GraphResult
-
Packages that use GraphResult Package Description uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework. -
-
Uses of GraphResult in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return GraphResult Modifier and Type Method Description <O> GraphResult<O>
Graph. execute(GraphRequest<O> request)
Executes aGraphRequest
on the graph and returns theGraphResult
.GraphResult<JobDetail>
Graph. executeJob(GraphRequest<?> request)
Executes the givenGraphRequest
on the graph as an asynchronous job and returns aGraphResult
containing theJobDetail
s.
-