|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hlcl.rql.hip.as.PhysicalPagesWalker
public class PhysicalPagesWalker
Double linked physical pages are not investigated twice.
Constructor Summary | |
---|---|
PhysicalPagesWalker(java.sql.Connection connection,
java.lang.String setTableName)
Constructor. |
Method Summary | |
---|---|
void |
setListener(PageListener dependentListener)
Setzt den aghängigen listener, der über jede neue physical page informiert wird, um einen fortschritt anzuzeigen. |
int |
size()
Returns the number of pages in the tree. |
void |
walk(Page startPage,
PageAction physicalPageAction)
For the start page (should be a physical page as well) and all physical pages below invoke the page action. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhysicalPagesWalker(java.sql.Connection connection, java.lang.String setTableName) throws RQLException
RQLException
Method Detail |
---|
public void walk(Page startPage, PageAction physicalPageAction) throws RQLException
RQLException
public void setListener(PageListener dependentListener)
public int size() throws RQLException
RQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |