Class Sort.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<Sort,Sort.Builder>
-
- uk.gov.gchq.gaffer.operation.impl.compare.Sort.Builder
-
- All Implemented Interfaces:
Input.Builder<Sort,Iterable<? extends Element>,Sort.Builder>
,InputOutput.Builder<Sort,Iterable<? extends Element>,Iterable<? extends Element>,Sort.Builder>
,MultiInput.Builder<Sort,Element,Sort.Builder>
,Output.Builder<Sort,Iterable<? extends Element>,Sort.Builder>
,Operation.Builder<Sort,Sort.Builder>
- Enclosing class:
- Sort
public static final class Sort.Builder extends Operation.BaseBuilder<Sort,Sort.Builder> implements InputOutput.Builder<Sort,Iterable<? extends Element>,Iterable<? extends Element>,Sort.Builder>, MultiInput.Builder<Sort,Element,Sort.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sort.Builder
comparators(Comparator<Element>... comparators)
Sort.Builder
comparators(List<Comparator<Element>> comparators)
Sort.Builder
deduplicate(boolean deduplicate)
Sort.Builder
resultLimit(Integer resultLimit)
-
Methods inherited from class uk.gov.gchq.gaffer.operation.Operation.BaseBuilder
_getOp, _self, build, option, options
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.io.MultiInput.Builder
input, input
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-
-
-
Method Detail
-
comparators
@SafeVarargs public final Sort.Builder comparators(Comparator<Element>... comparators)
-
comparators
public Sort.Builder comparators(List<Comparator<Element>> comparators)
-
resultLimit
public Sort.Builder resultLimit(Integer resultLimit)
-
deduplicate
public Sort.Builder deduplicate(boolean deduplicate)
-
-