Uses of Class
uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
Packages that use Sort Package Description uk.gov.gchq.gaffer.operation.impl.compare Operations for comparing objects in a graph.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler.compare Handlers for comparison operations. -
-
Uses of Sort in uk.gov.gchq.gaffer.operation.impl.compare
Methods in uk.gov.gchq.gaffer.operation.impl.compare that return Sort Modifier and Type Method Description Sort
Sort. shallowClone()
-
Uses of Sort in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return Sort Modifier and Type Method Description Sort
AbstractExamplesFactory. sort()
-
Uses of Sort in uk.gov.gchq.gaffer.store.operation.handler.compare
Methods in uk.gov.gchq.gaffer.store.operation.handler.compare with parameters of type Sort Modifier and Type Method Description Iterable<? extends Element>
SortHandler. doOperation(Sort operation, Context context, Store store)
-