Package uk.gov.gchq.gaffer.accumulostore.key
-
Interface Summary Interface Description AccumuloElementConverter The Accumulo ElementConverter Interface details the methods necessary to convert GafferElement
s to AccumuloKey
s andValue
s Some of these methods may not be required in your client code, but some iterators designed for common use may make use of them.IteratorSettingFactory The iterator settings factory is designed to enable the AccumuloStore to easily set all iterators that will be commonly required by different implementations of the key.RangeFactory The range factory is designed so that a List of AccumuloRange
s can be created from just a providedElementId
andGraphFilters
. -
Class Summary Class Description AbstractElementFilter AccumuloKeyPackage The AccumuloKeyPackage provides access to Factories and utility methods needed for an Instance of the AccumuloStore to run, The idea of the key package is to isolate all things which are dependent upon any one key design, with the intent that new key package can be implemented later to optimise certain queries, depending on the users use case. -
Exception Summary Exception Description AccumuloException AccumuloRuntimeException IteratorException