| org.openrdf.sail.helpers.SailBaseIteration
SailBaseIteration | class SailBaseIteration extends IterationWrapper (Code) | | An iteration extension that keeps a reference to the SailConnectionBase from
which it originates and signals when it is closed.
author: jeen |
Constructor Summary | |
public | SailBaseIteration(CloseableIteration<? extends T, ? extends E> iter, SailConnectionBase connection) Creates a new memory-store specific iteration object. |
SailBaseIteration | public SailBaseIteration(CloseableIteration<? extends T, ? extends E> iter, SailConnectionBase connection)(Code) | | Creates a new memory-store specific iteration object.
Parameters: lock - a query lock Parameters: iter - the wrapped iteration over sail objects. Parameters: connection - the connection from which this iteration originates. |
forceClose | protected void forceClose() throws E(Code) | | |
handleClose | protected void handleClose() throws E(Code) | | |
hasNext | public boolean hasNext() throws E(Code) | | |
|
|