| long | HTreePipelinedHashJoinUtility. acceptAndOutputSolutions(UnsyncLocalOutputBuffer<IBindingSet> out,
                        ICloseableIterator<IBindingSet[]> itr,
                        NamedSolutionSetStats stats,
                        IConstraint[] joinConstraints,
                        PipelineOp subquery,
                        IBindingSet[] bsFromBindingsSetSource,
                        IVariable<?>[] projectInVars,
                        IVariable<?> askVar,
                        boolean isLastInvocation,
                        int distinctProjectionBufferThreshold,
                        int incomingBindingsBufferThreshold,
                        BOpContext<IBindingSet> context) | 
| long | PipelinedHashJoinUtility. acceptAndOutputSolutions(UnsyncLocalOutputBuffer<IBindingSet> out,
                        ICloseableIterator<IBindingSet[]> itr,
                        NamedSolutionSetStats stats,
                        IConstraint[] joinConstraints,
                        PipelineOp subquery,
                        IBindingSet[] bsFromBindingsSetSource,
                        IVariable<?>[] projectInVars,
                        IVariable<?> askVar,
                        boolean isLastInvocation,
                        int distinctProjectionBufferThreshold,
                        int incomingBindingsBufferThreshold,
                        BOpContext<IBindingSet> context)AcceptAndOutputSolutions is a special method for building the hash index
 of the JVMPipelinedHashIndex, which accepts and immediately
 forwards relevant solutions (non-blocking index). | 
| long | JVMPipelinedHashJoinUtility. acceptAndOutputSolutions(UnsyncLocalOutputBuffer<IBindingSet> out,
                        ICloseableIterator<IBindingSet[]> itr,
                        NamedSolutionSetStats stats,
                        IConstraint[] joinConstraints,
                        PipelineOp subquery,
                        IBindingSet[] bsFromBindingsSetSource,
                        IVariable<?>[] projectInVars,
                        IVariable<?> askVar,
                        boolean isLastInvocation,
                        int distinctProjectionBufferThreshold,
                        int incomingBindingsBufferThreshold,
                        BOpContext<IBindingSet> context) |