Uses of Class
uk.gov.gchq.gaffer.store.library.GraphLibrary
-
Packages that use GraphLibrary Package Description uk.gov.gchq.gaffer.federatedstore uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.library Classes for storing details of graphs in a library to facilitate sharing of schemas and properties between graphs. -
-
Uses of GraphLibrary in uk.gov.gchq.gaffer.federatedstore
Methods in uk.gov.gchq.gaffer.federatedstore with parameters of type GraphLibrary Modifier and Type Method Description void
FederatedGraphStorage. setGraphLibrary(GraphLibrary graphLibrary)
Deprecated.void
FederatedStore. setGraphLibrary(GraphLibrary library)
-
Uses of GraphLibrary in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return GraphLibrary Modifier and Type Method Description GraphLibrary
Graph. getGraphLibrary()
GraphLibrary
GraphConfig. getLibrary()
Methods in uk.gov.gchq.gaffer.graph with parameters of type GraphLibrary Modifier and Type Method Description Graph
GraphSerialisable. getGraph(GraphLibrary library)
Schema
GraphSerialisable. getSchema(GraphLibrary graphLibrary)
StoreProperties
GraphSerialisable. getStoreProperties(GraphLibrary graphLibrary)
GraphConfig.Builder
GraphConfig.Builder. library(GraphLibrary library)
void
GraphConfig. setLibrary(GraphLibrary library)
-
Uses of GraphLibrary in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store that return GraphLibrary Modifier and Type Method Description GraphLibrary
Store. getGraphLibrary()
Methods in uk.gov.gchq.gaffer.store with parameters of type GraphLibrary Modifier and Type Method Description void
Store. setGraphLibrary(GraphLibrary library)
-
Uses of GraphLibrary in uk.gov.gchq.gaffer.store.library
Subclasses of GraphLibrary in uk.gov.gchq.gaffer.store.library Modifier and Type Class Description class
FileGraphLibrary
AFileGraphLibrary
stores aGraphLibrary
in a specified location as files.class
HashMapGraphLibrary
AHashMapGraphLibrary
stores aGraphLibrary
within three HashMaps.class
NoGraphLibrary
ANoGraphLibrary
will not store any relationships between graphIds, storePropertiesIds or schemaIds.
-