Uses of Class
uk.gov.gchq.gaffer.graph.Graph
-
Packages that use Graph Package Description uk.gov.gchq.gaffer.federatedstore uk.gov.gchq.gaffer.federatedstore.util uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.operation.export.graph Implementations of operations for exporting results from Gaffer to another Gaffer graph.uk.gov.gchq.gaffer.operation.export.graph.handler Handlers for the Gaffer graph export operations.uk.gov.gchq.gaffer.operation.export.resultcache Classes relating to exporting results to a GafferResultsCache.uk.gov.gchq.gaffer.operation.export.resultcache.handler.util Utilities for exporting data to a GafferResultsCache.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.tinkerpop uk.gov.gchq.gaffer.traffic.generator -
-
Uses of Graph in uk.gov.gchq.gaffer.federatedstore
Methods in uk.gov.gchq.gaffer.federatedstore with parameters of type Graph Modifier and Type Method Description void
FederatedStoreCache. addGraphToCache(Graph graph, FederatedAccess access, boolean overwrite)
Deprecated.Add the specifiedGraph
to the cache.void
FederatedStoreCacheTransient. addGraphToCache(Graph graph, byte[] access, boolean overwrite)
Deprecated.Add the specifiedGraph
to the cache. -
Uses of Graph in uk.gov.gchq.gaffer.federatedstore.util
Methods in uk.gov.gchq.gaffer.federatedstore.util with parameters of type Graph Modifier and Type Method Description static <OP extends Operation>
OPFederatedStoreUtil. updateOperationForGraph(OP operation, Graph graph, Context context)
Within FederatedStore anOperation
is executed against a collection of many graphs. -
Uses of Graph in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return Graph Modifier and Type Method Description Graph
Graph.Builder. build()
Graph
GraphSerialisable. getGraph()
Graph
GraphSerialisable. getGraph(GraphLibrary library)
Constructors in uk.gov.gchq.gaffer.graph with parameters of type Graph Constructor Description Builder(Graph graph)
-
Uses of Graph in uk.gov.gchq.gaffer.operation.export.graph
Methods in uk.gov.gchq.gaffer.operation.export.graph that return Graph Modifier and Type Method Description Graph
AuthorisedGraphForExportDelegate.Builder. createGraph()
Graph
GraphForExportDelegate.Builder. createGraph()
Graph
AuthorisedGraphForExportDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Map idAuths, User user)
Constructors in uk.gov.gchq.gaffer.operation.export.graph with parameters of type Graph Constructor Description OtherGraphExporter(Context context, Graph graph)
-
Uses of Graph in uk.gov.gchq.gaffer.operation.export.graph.handler
Methods in uk.gov.gchq.gaffer.operation.export.graph.handler that return Graph Modifier and Type Method Description Graph
GraphDelegate.BaseBuilder. build()
Graph
GraphDelegate.BaseBuilder. createGraph()
Graph
GraphDelegate.Builder. createGraph()
static Graph
GraphDelegate. createGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
Graph
GraphDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
Graph
GraphDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)
-
Uses of Graph in uk.gov.gchq.gaffer.operation.export.resultcache
Constructors in uk.gov.gchq.gaffer.operation.export.resultcache with parameters of type Graph Constructor Description GafferResultCacheExporter(Context context, String jobId, Graph resultCache, String visibility, Set<String> requiredOpAuths)
-
Uses of Graph in uk.gov.gchq.gaffer.operation.export.resultcache.handler.util
Methods in uk.gov.gchq.gaffer.operation.export.resultcache.handler.util that return Graph Modifier and Type Method Description static Graph
GafferResultCacheUtil. createGraph(String graphId, String cacheStorePropertiesPath, Long timeToLive)
-
Uses of Graph in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return Graph Modifier and Type Method Description default Graph
GraphFactory. createGraph()
Create a newGraph
instance.Graph
DefaultGraphFactory. getGraph()
Graph
GraphFactory. getGraph()
Get theGraph
instance.Methods in uk.gov.gchq.gaffer.rest.factory with parameters of type Graph Modifier and Type Method Description static void
DefaultGraphFactory. setGraph(Graph graph)
-
Uses of Graph in uk.gov.gchq.gaffer.tinkerpop
Methods in uk.gov.gchq.gaffer.tinkerpop that return Graph Modifier and Type Method Description Graph
GafferPopGraph. getGafferGraph()
Get the underlying Gaffer graph this GafferPop graph is connected to.Methods in uk.gov.gchq.gaffer.tinkerpop with parameters of type Graph Modifier and Type Method Description static GafferPopGraph
GafferPopGraph. open(org.apache.commons.configuration2.Configuration configuration, Graph graph)
Constructors in uk.gov.gchq.gaffer.tinkerpop with parameters of type Graph Constructor Description GafferPopGraph(org.apache.commons.configuration2.Configuration configuration, Graph graph)
-
Uses of Graph in uk.gov.gchq.gaffer.traffic.generator
Constructors in uk.gov.gchq.gaffer.traffic.generator with parameters of type Graph Constructor Description RoadTrafficDataLoader(Graph graph, User user)
-