Class ClientRowIterator

    • Constructor Detail

      • ClientRowIterator

        public ClientRowIterator​(Session session,
                                 RemoteIterator iterator,
                                 LocalAdapterFactory factory)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a ClientRowIterator instance.
        Parameters:
        iterator - remote iterator
        factory - local adapter factory
    • Method Detail

      • getObject

        protected Object getObject​(Object remote)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates and returns a local adapter for the given remote row.
        Specified by:
        getObject in class ClientIterator
        Parameters:
        remote - remote reference
        Returns:
        local adapter
        See Also:
        ClientIterator.getObject(Object)
      • nextRow

        public Row nextRow()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the next row in this iteration.
        Specified by:
        nextRow in interface RowIterator
        Returns:
        next row
        See Also:
        RowIterator.nextRow()