Uses of Class
uk.gov.gchq.gaffer.operation.impl.Reduce
-
Packages that use Reduce Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations. -
-
Uses of Reduce in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return Reduce Modifier and Type Method Description Reduce<T>
Reduce. shallowClone()
-
Uses of Reduce in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type Reduce Modifier and Type Method Description T
ReduceHandler. doOperation(Reduce<T> operation, Context context, Store store)
Handles theReduce
operation.
-