Package uk.gov.gchq.gaffer.accumulostore.retriever.impl
-
Class Summary Class Description AccumuloAdjacentIdRetriever AccumuloAllElementsRetriever This allows queries for all elements.AccumuloElementsRetriever AccumuloIDBetweenSetsRetriever AccumuloIDWithinSetRetriever AccumuloRangeIDRetriever<OP extends InputOutput<Iterable<? extends Pair<? extends ElementId,? extends ElementId>>,Iterable<? extends Element>> & GraphFilters> This allows queries for all data from between the providedElementId
pairs.AccumuloSingleIDRetriever<OP extends InputOutput<Iterable<? extends ElementId>,Iterable<? extends Element>> & GraphFilters> This allows queries for all data related to the providedElementId
s.