Package org.eclipse.rdf4j.sail.helpers
Class CleanerIteration.CleanableState<E,X extends java.lang.Exception>
- java.lang.Object
-
- org.eclipse.rdf4j.sail.helpers.CleanerIteration.CleanableState<E,X>
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- CleanerIteration<E,X extends java.lang.Exception>
private static final class CleanerIteration.CleanableState<E,X extends java.lang.Exception> extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
closed
private CloseableIteration<E,X>
iteration
-
Constructor Summary
Constructors Constructor Description CleanableState(CloseableIteration<E,X> iteration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
run()
-
-
-
Field Detail
-
iteration
private final CloseableIteration<E,X extends java.lang.Exception> iteration
-
closed
private boolean closed
-
-
Constructor Detail
-
CleanableState
public CleanableState(CloseableIteration<E,X> iteration)
-
-