Class SilentIteration<T, E extends Exception>
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<T,E>
org.eclipse.rdf4j.common.iteration.IterationWrapper<T,E>
org.eclipse.rdf4j.common.iteration.SilentIteration<T,E>
- All Implemented Interfaces:
AutoCloseable, CloseableIteration<T,E>, Iteration<T, E>
- Direct Known Subclasses:
SilentIteration
@Deprecated(since="4.1.0")
public class SilentIteration<T, E extends Exception>
extends IterationWrapper<T,E>
Deprecated.
An
IterationWrapper that silently ignores any errors that occur during processing.-
Field Summary
FieldsFields inherited from class IterationWrapper
wrappedIter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.Closes this Iteration and also closes the wrapped Iteration if it is aCloseableIteration.booleanhasNext()Deprecated.Checks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case.next()Deprecated.Returns the next element from the wrapped Iteration.Methods inherited from class IterationWrapper
removeMethods inherited from class AbstractCloseableIteration
close, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
stream
-
Field Details
-
logger
private static final org.slf4j.Logger loggerDeprecated.
-
-
Constructor Details
-
SilentIteration
Deprecated.
-
-
Method Details
-
hasNext
public boolean hasNext() throws EDeprecated.Description copied from class:IterationWrapperChecks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case. -
next
Deprecated.Description copied from class:IterationWrapperReturns the next element from the wrapped Iteration. -
handleClose
protected void handleClose() throws EDeprecated.Description copied from class:IterationWrapperCloses this Iteration and also closes the wrapped Iteration if it is aCloseableIteration.- Overrides:
handleClosein classIterationWrapper<T, E extends Exception>- Throws:
E
-