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 AFileGraphLibrary
stores aGraphLibrary
in a specified location as files.GraphLibrary AGraphLibrary
stores a graphId and its related Schema and StoreProperties.HashMapGraphLibrary AHashMapGraphLibrary
stores aGraphLibrary
within three HashMaps.NoGraphLibrary ANoGraphLibrary
will not store any relationships between graphIds, storePropertiesIds or schemaIds.