@Deprecated public class LimitedSizeBottomUpJoinIterator extends BottomUpJoinIterator
| Constructor and Description |
|---|
LimitedSizeBottomUpJoinIterator(EvaluationStrategy limitedSizeEvaluationStrategy,
org.eclipse.rdf4j.query.algebra.Join join,
org.eclipse.rdf4j.query.BindingSet bindings,
AtomicLong used,
long maxSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(List<org.eclipse.rdf4j.query.BindingSet> leftArgResults,
org.eclipse.rdf4j.query.BindingSet b)
Deprecated.
|
protected void |
addAll(List<org.eclipse.rdf4j.query.BindingSet> hashTableValues,
List<org.eclipse.rdf4j.query.BindingSet> values)
Deprecated.
|
protected void |
handleClose()
Deprecated.
|
protected void |
put(Map<org.eclipse.rdf4j.query.BindingSet,List<org.eclipse.rdf4j.query.BindingSet>> hashTable,
org.eclipse.rdf4j.query.BindingSet hashKey,
List<org.eclipse.rdf4j.query.BindingSet> hashValue)
Deprecated.
|
protected org.eclipse.rdf4j.query.BindingSet |
removeFirstElement(List<org.eclipse.rdf4j.query.BindingSet> list)
Deprecated.
Remove the first (0 index) element from a BindingSet list.
|
clearHashTable, getNextElement, makeList, makeList, makeMaphasNext, next, removepublic LimitedSizeBottomUpJoinIterator(EvaluationStrategy limitedSizeEvaluationStrategy, org.eclipse.rdf4j.query.algebra.Join join, org.eclipse.rdf4j.query.BindingSet bindings, AtomicLong used, long maxSize) throws org.eclipse.rdf4j.query.QueryEvaluationException
limitedSizeEvaluationStrategy - join - bindings - used - maxSize - org.eclipse.rdf4j.query.QueryEvaluationExceptionprotected void addAll(List<org.eclipse.rdf4j.query.BindingSet> hashTableValues, List<org.eclipse.rdf4j.query.BindingSet> values) throws org.eclipse.rdf4j.query.QueryEvaluationException
addAll in class BottomUpJoinIteratororg.eclipse.rdf4j.query.QueryEvaluationExceptionprotected void add(List<org.eclipse.rdf4j.query.BindingSet> leftArgResults, org.eclipse.rdf4j.query.BindingSet b) throws org.eclipse.rdf4j.query.QueryEvaluationException
add in class BottomUpJoinIteratororg.eclipse.rdf4j.query.QueryEvaluationExceptionprotected org.eclipse.rdf4j.query.BindingSet removeFirstElement(List<org.eclipse.rdf4j.query.BindingSet> list) throws org.eclipse.rdf4j.query.QueryEvaluationException
BottomUpJoinIteratorremoveFirstElement in class BottomUpJoinIteratorlist - which is worked on.org.eclipse.rdf4j.query.QueryEvaluationExceptionprotected void put(Map<org.eclipse.rdf4j.query.BindingSet,List<org.eclipse.rdf4j.query.BindingSet>> hashTable, org.eclipse.rdf4j.query.BindingSet hashKey, List<org.eclipse.rdf4j.query.BindingSet> hashValue) throws org.eclipse.rdf4j.query.QueryEvaluationException
put in class BottomUpJoinIteratororg.eclipse.rdf4j.query.QueryEvaluationExceptionprotected void handleClose()
throws org.eclipse.rdf4j.query.QueryEvaluationException
handleClose in class BottomUpJoinIteratororg.eclipse.rdf4j.query.QueryEvaluationExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.