Uses of Class
uk.gov.gchq.gaffer.graph.GraphRequest
-
Packages that use GraphRequest Package Description uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework. -
-
Uses of GraphRequest in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph with parameters of type GraphRequest Modifier and Type Method Description <O> GraphResult<O>Graph. execute(GraphRequest<O> request)Executes aGraphRequeston the graph and returns theGraphResult.GraphResult<JobDetail>Graph. executeJob(GraphRequest<?> request)Executes the givenGraphRequeston the graph as an asynchronous job and returns aGraphResultcontaining theJobDetails.
-