Class AccumuloItemRetriever<OP extends Output<Iterable<? extends Element>> & GraphFilters,I_ITEM>
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.retriever.AccumuloRetriever<OP,Element>
-
- uk.gov.gchq.gaffer.accumulostore.retriever.AccumuloItemRetriever<OP,I_ITEM>
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<Element>
- Direct Known Subclasses:
AccumuloAllElementsRetriever
,AccumuloRangeIDRetriever
,AccumuloSingleIDRetriever
public abstract class AccumuloItemRetriever<OP extends Output<Iterable<? extends Element>> & GraphFilters,I_ITEM> extends AccumuloRetriever<OP,Element>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Element>
iterator()
Only 1 iterator can be open at a time.-
Methods inherited from class uk.gov.gchq.gaffer.accumulostore.retriever.AccumuloRetriever
close, doPostFilter, doTransformation
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-