Package uk.gov.gchq.gaffer.store.library
Classes for storing details of graphs in a library to facilitate sharing of
schemas and properties between graphs.
-
Class Summary Class Description FileGraphLibrary AFileGraphLibrarystores aGraphLibraryin a specified location as files.GraphLibrary AGraphLibrarystores a graphId and its related Schema and StoreProperties.HashMapGraphLibrary AHashMapGraphLibrarystores aGraphLibrarywithin three HashMaps.NoGraphLibrary ANoGraphLibrarywill not store any relationships between graphIds, storePropertiesIds or schemaIds.