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 GraphFactoryFactoryConfig. createGraphFactory()Methods in uk.gov.gchq.gaffer.rest.config with parameters of type GraphFactory Modifier and Type Method Description GafferPopGraphGremlinConfig. gafferPopGraph(GraphFactory graphFactory)com.fasterxml.jackson.databind.ObjectMapperJsonSerialisationConfig. objectMapper(GraphFactory graphFactory)LongGremlinConfig. 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 classDefaultGraphFactoryDefault implementation of theGraphFactoryinterface, used by HK2 to instantiate defaultGraphinstances.Methods in uk.gov.gchq.gaffer.rest.factory that return GraphFactory Modifier and Type Method Description static GraphFactoryDefaultGraphFactory. createGraphFactory()static GraphFactoryGraphFactory. createGraphFactory()Methods in uk.gov.gchq.gaffer.rest.factory with parameters of type GraphFactory Modifier and Type Method Description voidDefaultExamplesFactory. setGraphFactory(GraphFactory graphFactory)
-