Package uk.gov.gchq.gaffer.store
Core classes for the Gaffer store interface.
-
Class Summary Class Description Context AContext
contains operation chain execution information, such as the user who executed the operation chain and a map ofExporter
s.Context.Builder ElementValidator SchemaOperationChainValidator SerialisationFactory ASerialisationFactory
holds a list of core serialisers and is design to provide compatible serialisers for given object classes.Store StoreProperties AStoreProperties
contains specific configuration information for the store, such as database connection strings.TypeReferenceStoreImpl TypeReference
implementations for use by theStore
class.TypeReferenceStoreImpl.Operations TypeReferenceStoreImpl.Schema TypeReferenceStoreImpl.StoreTraits ValidatedElements AnValidatedElements
extendsTransformIterable
and uses anElementValidator
to validate theElement
s. -
Enum Summary Enum Description ElementValidator.FilterType StoreTrait AStoreTrait
defines functionality forStore
implementations. -
Exception Summary Exception Description StoreException AStoreException
is a fairly generic exception for a wide range of issues occurred in aStore
.