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 voidFederatedGraphStorage. setGraphLibrary(GraphLibrary graphLibrary)Deprecated.voidFederatedStore. 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 GraphLibraryGraph. getGraphLibrary()GraphLibraryGraphConfig. getLibrary()Methods in uk.gov.gchq.gaffer.graph with parameters of type GraphLibrary Modifier and Type Method Description GraphGraphSerialisable. getGraph(GraphLibrary library)SchemaGraphSerialisable. getSchema(GraphLibrary graphLibrary)StorePropertiesGraphSerialisable. getStoreProperties(GraphLibrary graphLibrary)GraphConfig.BuilderGraphConfig.Builder. library(GraphLibrary library)voidGraphConfig. 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 GraphLibraryStore. getGraphLibrary()Methods in uk.gov.gchq.gaffer.store with parameters of type GraphLibrary Modifier and Type Method Description voidStore. 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 classFileGraphLibraryAFileGraphLibrarystores aGraphLibraryin a specified location as files.classHashMapGraphLibraryAHashMapGraphLibrarystores aGraphLibrarywithin three HashMaps.classNoGraphLibraryANoGraphLibrarywill not store any relationships between graphIds, storePropertiesIds or schemaIds.
-