Uses of Class
uk.gov.gchq.gaffer.operation.OperationChainDAO
-
Packages that use OperationChainDAO Package Description uk.gov.gchq.gaffer.rest.service.v1 Service implementations for v1 of the Gaffer REST API. -
-
Uses of OperationChainDAO in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 with parameters of type OperationChainDAO Modifier and Type Method Description Object
IOperationService. execute(OperationChainDAO opChain)
Object
OperationService. execute(OperationChainDAO opChain)
org.glassfish.jersey.server.ChunkedOutput<String>
IOperationService. executeChunkedChain(OperationChainDAO<Iterable<Element>> opChain)
org.glassfish.jersey.server.ChunkedOutput<String>
OperationService. executeChunkedChain(OperationChainDAO opChain)
JobDetail
IJobService. executeJob(OperationChainDAO opChain)
JobDetail
JobService. executeJob(OperationChainDAO opChain)
-