public static class Factory.PageIterator
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static PageIterator |
resumeInstance(Connection conn,
byte[] checkpoint)
Creates a
PageIterator that is positioned before the same page
as the checkpoint. |
public static PageIterator resumeInstance(Connection conn, byte[] checkpoint)
PageIterator
that is positioned before the same page
as the checkpoint. As with other new PageIterator
objects, you must
call PageIterator.nextPage()
before using the page contents.
The resumed PageIterator
can fetch pages from the server, as usual,
but it uses the Connection
object passed to this method instead
of the original Connection
object.© Copyright IBM Corporation 2006, 2015. All rights reserved.