Class SilentIteration
- java.lang.Object
-
- org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,X>
-
- org.eclipse.rdf4j.common.iteration.IterationWrapper<T,E>
-
- org.eclipse.rdf4j.common.iteration.SilentIteration<BindingSet,QueryEvaluationException>
-
- org.eclipse.rdf4j.repository.sparql.federation.SilentIteration
-
- All Implemented Interfaces:
AutoCloseable
,CloseableIteration<BindingSet,QueryEvaluationException>
,Iteration<BindingSet,QueryEvaluationException>
@Deprecated @InternalUseOnly public class SilentIteration extends SilentIteration<BindingSet,QueryEvaluationException>
Deprecated.UseSilentIteration
instead.Wrap an inner iteration and suppress exceptions silently- Author:
- Andreas Schwarte
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
wrappedIter
-
-
Constructor Summary
Constructors Constructor Description SilentIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.SilentIteration
handleClose, hasNext, next
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
remove
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
-
-
-
-
Constructor Detail
-
SilentIteration
public SilentIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter)
Deprecated.
-
-