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 GraphConfigAddGraph. getGraphConfig()Get current setGraphConfig.Methods in uk.gov.gchq.gaffer.federated.simple.operation with parameters of type GraphConfig Modifier and Type Method Description AddGraph.BuilderAddGraph.Builder. graphConfig(GraphConfig graphConfig)Set theGraphConfig.voidAddGraph. 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 GraphConfigGraphConfig.Builder. build()GraphConfigGraph. getConfig()Returns the currentGraphConfigthat holds the configuration for the graph.GraphConfigGraphSerialisable. getConfig()Methods in uk.gov.gchq.gaffer.graph with parameters of type GraphConfig Modifier and Type Method Description Graph.BuilderGraph.Builder. config(GraphConfig config)GraphSerialisable.BuilderGraphSerialisable.Builder. config(GraphConfig config)GraphConfig.BuilderGraphConfig.Builder. merge(GraphConfig config)GraphSerialisable.BuilderGraphSerialisable.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)
-