Class AccumuloElementsRetriever
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.retriever.AccumuloRetriever<OP,Element>
-
- uk.gov.gchq.gaffer.accumulostore.retriever.AccumuloItemRetriever<OP,ElementId>
-
- uk.gov.gchq.gaffer.accumulostore.retriever.impl.AccumuloSingleIDRetriever<GetElements>
-
- uk.gov.gchq.gaffer.accumulostore.retriever.impl.AccumuloElementsRetriever
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<Element>
public class AccumuloElementsRetriever extends AccumuloSingleIDRetriever<GetElements>
-
-
Constructor Summary
Constructors Constructor Description AccumuloElementsRetriever(AccumuloStore store, GetElements operation, User user)
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.accumulostore.retriever.AccumuloItemRetriever
iterator
-
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
-
-
-
-
Constructor Detail
-
AccumuloElementsRetriever
public AccumuloElementsRetriever(AccumuloStore store, GetElements operation, User user) throws IteratorSettingException, StoreException
-
-