Class BaseForExecOpIndexNestedLoopsJoinWithRequests<QueryType extends Query,MemberType extends FederationMember,ReqType extends DataRetrievalRequest,RespType extends DataRetrievalResponse>

All Implemented Interfaces:
StatsProvider, ExecutableOperator, UnaryExecutableOp
Direct Known Subclasses:
BaseForExecOpIndexNestedLoopsJoinWithSolMapsRequests

public abstract class BaseForExecOpIndexNestedLoopsJoinWithRequests<QueryType extends Query,MemberType extends FederationMember,ReqType extends DataRetrievalRequest,RespType extends DataRetrievalResponse> extends BaseForExecOpIndexNestedLoopsJoin<QueryType,MemberType>
Abstract base class to implement index nested loops joins by issuing requests directly and, then, using response processors. An alternative option to this base class is the abstract base class BaseForExecOpIndexNestedLoopsJoinWithRequestOps which relies on executable request operators rather than issuing requests directly. This option may come handy in cases in which a single request per input solution mapping is not enough because of paging.