Uses of Class
uk.gov.gchq.gaffer.graph.GraphConfig
-
Packages that use GraphConfig Package Description uk.gov.gchq.gaffer.federated.simple.operation uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework. -
-
Uses of GraphConfig in uk.gov.gchq.gaffer.federated.simple.operation
Methods in uk.gov.gchq.gaffer.federated.simple.operation that return GraphConfig Modifier and Type Method Description GraphConfig
AddGraph. getGraphConfig()
Get current setGraphConfig
.Methods in uk.gov.gchq.gaffer.federated.simple.operation with parameters of type GraphConfig Modifier and Type Method Description AddGraph.Builder
AddGraph.Builder. graphConfig(GraphConfig graphConfig)
Set theGraphConfig
.void
AddGraph. setGraphConfig(GraphConfig graphConfig)
Set theGraphConfig
. -
Uses of GraphConfig in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return GraphConfig Modifier and Type Method Description GraphConfig
GraphConfig.Builder. build()
GraphConfig
Graph. getConfig()
Returns the currentGraphConfig
that holds the configuration for the graph.GraphConfig
GraphSerialisable. getConfig()
Methods in uk.gov.gchq.gaffer.graph with parameters of type GraphConfig Modifier and Type Method Description Graph.Builder
Graph.Builder. config(GraphConfig config)
GraphSerialisable.Builder
GraphSerialisable.Builder. config(GraphConfig config)
GraphConfig.Builder
GraphConfig.Builder. merge(GraphConfig config)
GraphSerialisable.Builder
GraphSerialisable.Builder. mergeConfig(GraphConfig config)
Constructors in uk.gov.gchq.gaffer.graph with parameters of type GraphConfig Constructor Description GraphSerialisable(GraphConfig config, Schema schema, Properties properties)
GraphSerialisable(GraphConfig config, Schema schema, StoreProperties storeProperties)
-