Uses of Interface
uk.gov.gchq.gaffer.rest.factory.GraphFactory
-
Packages that use GraphFactory Package Description uk.gov.gchq.gaffer.rest.config uk.gov.gchq.gaffer.rest.controller uk.gov.gchq.gaffer.rest.factory -
-
Uses of GraphFactory in uk.gov.gchq.gaffer.rest.config
Methods in uk.gov.gchq.gaffer.rest.config that return GraphFactory Modifier and Type Method Description GraphFactory
FactoryConfig. createGraphFactory()
Methods in uk.gov.gchq.gaffer.rest.config with parameters of type GraphFactory Modifier and Type Method Description org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
GremlinConfig. graphTraversalSource(GraphFactory graphFactory)
com.fasterxml.jackson.databind.ObjectMapper
JsonSerialisationConfig. objectMapper(GraphFactory graphFactory)
Long
GremlinConfig. requestTimeout(GraphFactory graphFactory)
-
Uses of GraphFactory in uk.gov.gchq.gaffer.rest.controller
Constructors in uk.gov.gchq.gaffer.rest.controller with parameters of type GraphFactory Constructor Description GraphConfigurationController(GraphFactory graphFactory)
JobController(GraphFactory graphFactory, AbstractUserFactory userFactory)
OperationController(GraphFactory graphFactory, AbstractUserFactory userFactory, ExamplesFactory examplesFactory)
StatusController(GraphFactory graphFactory)
-
Uses of GraphFactory in uk.gov.gchq.gaffer.rest.factory
Classes in uk.gov.gchq.gaffer.rest.factory that implement GraphFactory Modifier and Type Class Description class
DefaultGraphFactory
Default implementation of theGraphFactory
interface, used by HK2 to instantiate defaultGraph
instances.Methods in uk.gov.gchq.gaffer.rest.factory that return GraphFactory Modifier and Type Method Description static GraphFactory
DefaultGraphFactory. createGraphFactory()
static GraphFactory
GraphFactory. createGraphFactory()
Methods in uk.gov.gchq.gaffer.rest.factory with parameters of type GraphFactory Modifier and Type Method Description void
DefaultExamplesFactory. setGraphFactory(GraphFactory graphFactory)
-