Uses of Interface
se.liu.ida.hefquin.base.utils.StatsProvider
Packages that use StatsProvider
Package
Description
- 
Uses of StatsProvider in se.liu.ida.hefquin.base.datastructures
Subinterfaces of StatsProvider in se.liu.ida.hefquin.base.datastructuresModifier and TypeInterfaceDescriptioninterfaceImplementations of this interface can be used as an index forSolutionMappingobjects. - 
Uses of StatsProvider in se.liu.ida.hefquin.base.datastructures.impl
Classes in se.liu.ida.hefquin.base.datastructures.impl that implement StatsProviderModifier and TypeClassDescriptionclassThis is a hash table based implementation ofSolutionMappingsIndexthat can be used for indexes that are meant to be used for cases in which adding and probing into the index may not happen concurrently.classThis is a hash table based implementation ofSolutionMappingsIndexthat can be used for indexes that are built on one query variable and that are meant to be used for cases in which adding and probing into the index may not happen concurrently.classThis is a hash table based implementation ofSolutionMappingsIndexthat can be used for indexes that are built on two query variables and that are meant to be used for cases in which adding and probing into the index may not happen concurrently.classclassWraps anotherSolutionMappingsIndexand, for every method that returns anIterableof solution mappings, this implementation copies theIterablereturned by the wrapped index into a new list and, then, returns that list.classThis is a special implementation ofSolutionMappingsIndexthat can be used for cases in which ALL indexed solution mappings should be returned as join partners.classclassBase class for implementations ofSolutionMappingsIndexthat wrap anotherSolutionMappingsIndex. - 
Uses of StatsProvider in se.liu.ida.hefquin.engine.federation.access
Subinterfaces of StatsProvider in se.liu.ida.hefquin.engine.federation.access - 
Uses of StatsProvider in se.liu.ida.hefquin.engine.federation.access.impl
Classes in se.liu.ida.hefquin.engine.federation.access.impl that implement StatsProviderModifier and TypeClassDescriptionclassclassA very simpleFederationAccessManagerthat simply blocks for each request.classAs a basis for classes that implement theFederationAccessManagerinterface, this abstract base class provides default implementations of the methods for issuing cardinality requests.classAbstract base class for implementations of theFederationAccessManagerinterface that use request processors (seeRequestProcessoretc).class - 
Uses of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executable
Subinterfaces of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executableModifier and TypeInterfaceDescriptioninterfaceA specialization of theExecutableOperatorinterface that captures executable operators that consume a pair of two sequences of solution mappings (which both are batched into several blocks of solution mappings).interfaceAn executable operator provides the implementation of the concrete algorithm that a physical operator is associated with.interfaceinterfaceA specialization of theExecutableOperatorinterface that captures executable operators that consume an arbitrary number of sequences of solution mappings (where each such sequence is batched into several blocks of solution mappings).interfaceA specialization of theExecutableOperatorinterface that captures executable operators that do not consume any input produced by other operators; hence, these operators are the leaf nodes in a tree representation of query execution plans.interfaceA specialization of theExecutableOperatorinterface that captures executable operators that consume a single input sequence of solution mappings (which are batched into several blocks). - 
Uses of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executable.impl
Subinterfaces of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executable.implClasses in se.liu.ida.hefquin.engine.queryplan.executable.impl that implement StatsProvider - 
Uses of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that implement StatsProvider - 
Uses of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that implement StatsProviderModifier and TypeClassDescriptionclassBaseForExecOpBindJoin<QueryType extends Query,MemberType extends FederationMember> An abstract base class for the different variants to implement the bind join algorithm.classA base class for all variations of the bind join algorithm that use some form of SPARQL requests.classBaseForExecOpBindJoinWithRequestOps<QueryType extends Query,MemberType extends FederationMember> A generic implementation of the bind join algorithm that uses executable request operators for performing the requests to the federation member.classBaseForExecOpIndexNestedLoopsJoin<QueryType extends Query,MemberType extends FederationMember> An abstract base class for implementations of the (external) index nested loops join algorithm.classBaseForExecOpIndexNestedLoopsJoinWithRequestOps<QueryType extends Query,MemberType extends FederationMember> Abstract base class to implement index nested loops joins by using request operators.classBaseForExecOpIndexNestedLoopsJoinWithRequests<QueryType extends Query,MemberType extends FederationMember, ReqType extends DataRetrievalRequest, RespType extends DataRetrievalResponse> Abstract base class to implement index nested loops joins by issuing requests directly and, then, using response processors.classBaseForExecOpIndexNestedLoopsJoinWithSolMapsRequests<QueryType extends Query,MemberType extends FederationMember, ReqType extends DataRetrievalRequest> classBaseForExecOpIndexNestedLoopsJoinWithTPFRequests<MemberType extends FederationMember>classBaseForExecOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Base class for implementations of request operators.classBaseForExecOpRequestWithPaging<ReqType extends DataRetrievalRequest,MemberType extends FederationMember, PageReqType extends DataRetrievalRequest, PageRespType extends DataRetrievalResponse> Base class for implementations of request operators with requests that have to be broken into multiple requests to handle paging.classBaseForExecOpRequestWithTPFPaging<ReqType extends DataRetrievalRequest,MemberType extends FederationMember, PageReqType extends DataRetrievalRequest> Base class for implementations of paging-based request operators where pages areTPFResponseobjects.classTop-level base class for all implementations ofExecutableOperator.classBaseForExecOpSolMapsRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> classBaseForExecOpTriplePatternRequestWithTPF<MemberType extends FederationMember>Base class for implementations of request operators with triple pattern requests that are broken into TPF requests to handle paging.classBaseForExecOpTriplesRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Base class for implementations of request operators with requests that return triples and that can be performed as is.classTop-level base class for all implementations ofBinaryExecutableOp.classclassImplementation of (a batching version of) the bind join algorithm for cases in which the federation member accessed by the algorithm supports the brTPF interface.classImplementation of (a batching version of) the bind join algorithm that uses FILTERs to capture the potential join partners that are sent to the federation member.classImplementation of (a batching version of) the bind join algorithm that uses UNION.classImplementation of (a batching version of) the bind join algorithm that uses a VALUES clause to capture the potential join partners that are sent to the federation member.classclassclassclassA right outer join version of the hash join algorithm implemented inExecOpHashJoin.classclassclassclassclassclassAttention, this is a purely local implementation of the nested loops join algorithm---nothing fancy, no requests to federation members or anything.classTODO: Provide a description of the algorithm implemented by this class.classclassclassImplementation of an operator to request a (complete) TPF from a brTPF server.classImplementation of an operator to request a (complete) TPF from a TPF server.classImplementation of the symmetric hash join algorithm.classTop-level base class for all implementations ofNaryExecutableOp.classTop-level base class for all implementations ofNullaryExecutableOp.classTop-level base class for all implementations ofUnaryExecutableOp.class - 
Uses of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased that implement StatsProviderModifier and TypeClassDescriptionclassPull-based implementation ofExecPlanTask.classclassclass - 
Uses of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Subinterfaces of StatsProvider in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbasedClasses in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that implement StatsProviderModifier and TypeClassDescriptionclassclassPush-based implementation ofExecPlanTask.classclassclassclass