|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.stubs.calls.iterators.BaseRSIterator<T>
public abstract class BaseRSIterator<T>
A partial implementation of ResultSet-backed iterators with embedded result parsers.
Method Summary | |
---|---|
void |
close()
Communicates that the iterator is no longer needed, in case the implementation can use it to optimise consumption of underlying resources. |
java.util.Iterator<GenericRecord> |
getRSIterator()
Returns the underlying iterator. |
java.lang.String |
locator()
Returns a reference to the remote element list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.RemoteIterator |
---|
hasNext, next |
Method Detail |
---|
public java.util.Iterator<GenericRecord> getRSIterator()
public java.lang.String locator()
locator
in interface RemoteIterator<T>
public void close()
close
in interface RemoteIterator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |