Uses of Interface
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.RemoteIterator

Packages that use RemoteIterator
org.gcube.contentmanagement.contentmanager.plugin.defaultplugin   
org.gcube.contentmanagement.contentmanager.plugin.delegates   
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators   
 

Uses of RemoteIterator in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin that return RemoteIterator
 RemoteIterator<GDoc> DefaultReader.get(Predicate projection)
          Returns all the gDoc documents, requesting the application of a projection over each of them.
 

Uses of RemoteIterator in org.gcube.contentmanagement.contentmanager.plugin.delegates
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates that return RemoteIterator
 RemoteIterator<AddOutcome> WriteDelegate.add(GDocRSIterator iterator)
          Adds zero or more gDoc documents.
abstract  RemoteIterator<GDoc> ReadDelegate.get(Predicate projection)
          Returns all the gDoc documents, requesting the application of a projection over each of them.
 RemoteIterator<GDoc> ReadDelegate.get(RSIterator<java.lang.String> iterator, Predicate projection)
          Returns zero or more gDoc documents from their identifiers, requesting the preliminary application of a filter and a projection over each of them.
 RemoteIterator<Node> ReadDelegate.getNodes(RSIterator<Path> iterator)
          Returns the document nodes identified by corresponding Paths into documents of the target collection.
 RemoteIterator<UpdateFailure> WriteDelegate.update(GDocRSIterator iterator)
          Updates a list of gDoc documents.
 

Uses of RemoteIterator in org.gcube.contentmanagement.contentmanager.stubs.calls.iterators
 

Classes in org.gcube.contentmanagement.contentmanager.stubs.calls.iterators that implement RemoteIterator
 class AsyncRSIterator<T>
          A RemoteIterator over a ResultSet with an embedded ResultParser and the ability to deliver parsing failures asynchronously.
 class BaseRSIterator<T>
          A partial implementation of ResultSet-backed iterators with embedded result parsers.
 class GDocRSIterator
          An RSIterator over GDocs.
 class RSIterator<T>
          A RemoteIterator over a result set with an embedded ResultParser.