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