Class CountAllElementsDefaultView.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<CountAllElementsDefaultView,CountAllElementsDefaultView.Builder>
-
- uk.gov.gchq.gaffer.mapstore.operation.CountAllElementsDefaultView.Builder
-
- All Implemented Interfaces:
Input.Builder<CountAllElementsDefaultView,Iterable<? extends Element>,CountAllElementsDefaultView.Builder>
,InputOutput.Builder<CountAllElementsDefaultView,Iterable<? extends Element>,Long,CountAllElementsDefaultView.Builder>
,MultiInput.Builder<CountAllElementsDefaultView,Element,CountAllElementsDefaultView.Builder>
,Output.Builder<CountAllElementsDefaultView,Long,CountAllElementsDefaultView.Builder>
,Operation.Builder<CountAllElementsDefaultView,CountAllElementsDefaultView.Builder>
- Enclosing class:
- CountAllElementsDefaultView
public static final class CountAllElementsDefaultView.Builder extends Operation.BaseBuilder<CountAllElementsDefaultView,CountAllElementsDefaultView.Builder> implements InputOutput.Builder<CountAllElementsDefaultView,Iterable<? extends Element>,Long,CountAllElementsDefaultView.Builder>, MultiInput.Builder<CountAllElementsDefaultView,Element,CountAllElementsDefaultView.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
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
-
-