Uses of Class
uk.gov.gchq.gaffer.commonutil.exception.OverwritingException
-
Packages that use OverwritingException Package Description uk.gov.gchq.gaffer.cache Classes for the Gaffer cache service.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 OverwritingException in uk.gov.gchq.gaffer.cache
Methods in uk.gov.gchq.gaffer.cache that throw OverwritingException Modifier and Type Method Description default void
ICache. putSafe(K key, V value)
Add a new key-value pair to the cache, but only if there is existing entry associated with the specified key. -
Uses of OverwritingException in uk.gov.gchq.gaffer.store.library
Methods in uk.gov.gchq.gaffer.store.library that throw OverwritingException Modifier and Type Method Description void
GraphLibrary. add(String graphId, String schemaId, Schema schema, String propertiesId, StoreProperties properties)
Add a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. add(String graphId, Schema schema, StoreProperties properties)
Add a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. addProperties(String id, StoreProperties properties)
Adds a new relationship between a StoreProperties and a storePropertiesId.void
GraphLibrary. addSchema(String id, Schema schema)
Adds a new relationship between a Schema and a schemaId.
-