Uses of Class
uk.gov.gchq.gaffer.graph.GraphConfig.Builder
-
Packages that use GraphConfig.Builder Package Description uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework. -
-
Uses of GraphConfig.Builder in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return GraphConfig.Builder Modifier and Type Method Description GraphConfig.BuilderGraphConfig.Builder. addHook(Path hookPath)GraphConfig.BuilderGraphConfig.Builder. addHook(GraphHook graphHook)GraphConfig.BuilderGraphConfig.Builder. addHooks(Path hooksPath)GraphConfig.BuilderGraphConfig.Builder. addHooks(GraphHook... graphHooks)GraphConfig.BuilderGraphConfig.Builder. description(String description)GraphConfig.BuilderGraphConfig.Builder. graphId(String graphId)GraphConfig.BuilderGraphConfig.Builder. json(byte[] bytes)GraphConfig.BuilderGraphConfig.Builder. json(InputStream stream)GraphConfig.BuilderGraphConfig.Builder. json(URI uri)GraphConfig.BuilderGraphConfig.Builder. json(Path path)GraphConfig.BuilderGraphConfig.Builder. library(GraphLibrary library)GraphConfig.BuilderGraphConfig.Builder. merge(GraphConfig config)GraphConfig.BuilderGraphConfig.Builder. otelActive(Boolean active)GraphConfig.BuilderGraphConfig.Builder. view(byte[] jsonBytes)GraphConfig.BuilderGraphConfig.Builder. view(InputStream view)GraphConfig.BuilderGraphConfig.Builder. view(URI view)GraphConfig.BuilderGraphConfig.Builder. view(Path view)GraphConfig.BuilderGraphConfig.Builder. view(View view)
-