Class FederatedOutputIterableHandler<PAYLOAD extends Output<Iterable<? extends ITERABLE_ELEMENTS>>,ITERABLE_ELEMENTS>
- java.lang.Object
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler.impl.FederatedOutputHandler<PAYLOAD,Iterable<? extends ITERABLE_ELEMENTS>>
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler.impl.FederatedOutputIterableHandler<PAYLOAD,ITERABLE_ELEMENTS>
-
- Type Parameters:
PAYLOAD
- The operation to be federated and executed by delegate graphs.ITERABLE_ELEMENTS
- the type of elements returned by the Output Iterable
- All Implemented Interfaces:
OperationHandler<PAYLOAD>
,OutputOperationHandler<PAYLOAD,Iterable<? extends ITERABLE_ELEMENTS>>
public class FederatedOutputIterableHandler<PAYLOAD extends Output<Iterable<? extends ITERABLE_ELEMENTS>>,ITERABLE_ELEMENTS> extends FederatedOutputHandler<PAYLOAD,Iterable<? extends ITERABLE_ELEMENTS>>
Handler for the federation of an PAYLOAD operation with an expected return type Iterable- See Also:
OperationHandler
,FederatedStore
,GetElements
-
-
Constructor Summary
Constructors Constructor Description FederatedOutputIterableHandler()
-