Uses of Class
uk.gov.gchq.gaffer.graph.Graph.Builder
-
Packages that use Graph.Builder Package Description uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.rest.factory -
-
Uses of Graph.Builder in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return Graph.Builder Modifier and Type Method Description Graph.BuilderGraph.Builder. addParentSchemaIds(String... parentSchemaIds)Graph.BuilderGraph.Builder. addParentSchemaIds(List<String> parentSchemaIds)Graph.BuilderGraph.Builder. addSchema(byte[] schemaBytes)Graph.BuilderGraph.Builder. addSchema(InputStream schemaStream)Graph.BuilderGraph.Builder. addSchema(URI schemaURI)Graph.BuilderGraph.Builder. addSchema(Path schemaPath)Graph.BuilderGraph.Builder. addSchema(Schema schemaModule)Graph.BuilderGraph.Builder. addSchemas(byte[]... schemaBytesArray)Graph.BuilderGraph.Builder. addSchemas(InputStream... schemaStreams)Graph.BuilderGraph.Builder. addSchemas(URI... schemaURI)Graph.BuilderGraph.Builder. addSchemas(Path... schemaPaths)Graph.BuilderGraph.Builder. addSchemas(Schema... schemaModules)Graph.BuilderGraph.Builder. addStoreProperties(InputStream updatePropertiesStream)Graph.BuilderGraph.Builder. addStoreProperties(String updatePropertiesPath)Graph.BuilderGraph.Builder. addStoreProperties(URI updatePropertiesURI)Graph.BuilderGraph.Builder. addStoreProperties(Path updatePropertiesPath)Graph.BuilderGraph.Builder. addStoreProperties(Properties properties)Graph.BuilderGraph.Builder. addStoreProperties(StoreProperties updateProperties)Graph.BuilderGraph.Builder. addToLibrary(boolean addToLibrary)Graph.BuilderGraph.Builder. config(byte[] bytes)Graph.BuilderGraph.Builder. config(InputStream stream)Graph.BuilderGraph.Builder. config(URI uri)Graph.BuilderGraph.Builder. config(Path path)Graph.BuilderGraph.Builder. config(GraphConfig config)Graph.BuilderGraph.Builder. description(String description)Graph.BuilderGraph.Builder. parentStorePropertiesId(String parentStorePropertiesId)Graph.BuilderGraph.Builder. store(Store store)Graph.BuilderGraph.Builder. storeProperties(InputStream propertiesStream)Graph.BuilderGraph.Builder. storeProperties(String propertiesPath)Graph.BuilderGraph.Builder. storeProperties(URI propertiesURI)Graph.BuilderGraph.Builder. storeProperties(Path propertiesPath)Graph.BuilderGraph.Builder. storeProperties(Properties properties)Graph.BuilderGraph.Builder. storeProperties(StoreProperties properties) -
Uses of Graph.Builder in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return Graph.Builder Modifier and Type Method Description Graph.BuilderDefaultGraphFactory. createGraphBuilder()Graph.BuilderGraphFactory. createGraphBuilder()Create a newGraph.Builderinstance.
-