Uses of Class
uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
Packages that use GetElementsWithinSet Package Description uk.gov.gchq.gaffer.accumulostore.operation.handler uk.gov.gchq.gaffer.accumulostore.operation.impl uk.gov.gchq.gaffer.accumulostore.retriever.impl -
-
Uses of GetElementsWithinSet in uk.gov.gchq.gaffer.accumulostore.operation.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.handler with parameters of type GetElementsWithinSet Modifier and Type Method Description Iterable<? extends Element>
GetElementsWithinSetHandler. doOperation(GetElementsWithinSet operation, Context context, Store store)
Iterable<? extends Element>
GetElementsWithinSetHandler. doOperation(GetElementsWithinSet operation, User user, AccumuloStore store)
-
Uses of GetElementsWithinSet in uk.gov.gchq.gaffer.accumulostore.operation.impl
Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl that return GetElementsWithinSet Modifier and Type Method Description GetElementsWithinSet
GetElementsWithinSet. shallowClone()
-
Uses of GetElementsWithinSet in uk.gov.gchq.gaffer.accumulostore.retriever.impl
Constructors in uk.gov.gchq.gaffer.accumulostore.retriever.impl with parameters of type GetElementsWithinSet Constructor Description AccumuloIDWithinSetRetriever(AccumuloStore store, GetElementsWithinSet operation, User user, boolean readEntriesIntoMemory, org.apache.accumulo.core.client.IteratorSetting... iteratorSettings)
AccumuloIDWithinSetRetriever(AccumuloStore store, GetElementsWithinSet operation, User user, org.apache.accumulo.core.client.IteratorSetting... iteratorSettings)
-