Class FederatedWhileHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.WhileHandler
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler.impl.FederatedWhileHandler
-
- All Implemented Interfaces:
OperationHandler<While<Object,Object>>
,OutputOperationHandler<While<Object,Object>,Object>
public class FederatedWhileHandler extends WhileHandler
An operation handler for
While
operations.- See Also:
WhileHandler
-
-
Constructor Summary
Constructors Constructor Description FederatedWhileHandler()
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.WhileHandler
doDelegateOperation, doOperation, getMaxRepeats, isSatisfied, setMaxRepeats, validateMaxRepeats
-
-