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.Builder
Graph.Builder. addParentSchemaIds(String... parentSchemaIds)
Graph.Builder
Graph.Builder. addParentSchemaIds(List<String> parentSchemaIds)
Graph.Builder
Graph.Builder. addSchema(byte[] schemaBytes)
Graph.Builder
Graph.Builder. addSchema(InputStream schemaStream)
Graph.Builder
Graph.Builder. addSchema(URI schemaURI)
Graph.Builder
Graph.Builder. addSchema(Path schemaPath)
Graph.Builder
Graph.Builder. addSchema(Schema schemaModule)
Graph.Builder
Graph.Builder. addSchemas(byte[]... schemaBytesArray)
Graph.Builder
Graph.Builder. addSchemas(InputStream... schemaStreams)
Graph.Builder
Graph.Builder. addSchemas(URI... schemaURI)
Graph.Builder
Graph.Builder. addSchemas(Path... schemaPaths)
Graph.Builder
Graph.Builder. addSchemas(Schema... schemaModules)
Graph.Builder
Graph.Builder. addStoreProperties(InputStream updatePropertiesStream)
Graph.Builder
Graph.Builder. addStoreProperties(String updatePropertiesPath)
Graph.Builder
Graph.Builder. addStoreProperties(URI updatePropertiesURI)
Graph.Builder
Graph.Builder. addStoreProperties(Path updatePropertiesPath)
Graph.Builder
Graph.Builder. addStoreProperties(Properties properties)
Graph.Builder
Graph.Builder. addStoreProperties(StoreProperties updateProperties)
Graph.Builder
Graph.Builder. addToLibrary(boolean addToLibrary)
Graph.Builder
Graph.Builder. config(byte[] bytes)
Graph.Builder
Graph.Builder. config(InputStream stream)
Graph.Builder
Graph.Builder. config(URI uri)
Graph.Builder
Graph.Builder. config(Path path)
Graph.Builder
Graph.Builder. config(GraphConfig config)
Graph.Builder
Graph.Builder. description(String description)
Graph.Builder
Graph.Builder. parentStorePropertiesId(String parentStorePropertiesId)
Graph.Builder
Graph.Builder. store(Store store)
Graph.Builder
Graph.Builder. storeProperties(InputStream propertiesStream)
Graph.Builder
Graph.Builder. storeProperties(String propertiesPath)
Graph.Builder
Graph.Builder. storeProperties(URI propertiesURI)
Graph.Builder
Graph.Builder. storeProperties(Path propertiesPath)
Graph.Builder
Graph.Builder. storeProperties(Properties properties)
Graph.Builder
Graph.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.Builder
DefaultGraphFactory. createGraphBuilder()
Graph.Builder
GraphFactory. createGraphBuilder()
Create a newGraph.Builder
instance.
-