Class AccumuloAdjacentIdRetriever
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.retriever.AccumuloRetriever<GetAdjacentIds,EntityId>
-
- uk.gov.gchq.gaffer.accumulostore.retriever.impl.AccumuloAdjacentIdRetriever
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<EntityId>
public class AccumuloAdjacentIdRetriever extends AccumuloRetriever<GetAdjacentIds,EntityId>
-
-
Constructor Summary
Constructors Constructor Description AccumuloAdjacentIdRetriever(AccumuloStore store, GetAdjacentIds operation, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<EntityId>
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
-
-
-
-
Constructor Detail
-
AccumuloAdjacentIdRetriever
public AccumuloAdjacentIdRetriever(AccumuloStore store, GetAdjacentIds operation, User user) throws IteratorSettingException, StoreException
-
-