|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.healthmarketscience.jackcess.impl.IndexPageCache
public class IndexPageCache
Manager of the index pages for a IndexData.
| Constructor Summary | |
|---|---|
IndexPageCache(IndexData indexData)
|
|
| Method Summary | |
|---|---|
com.healthmarketscience.jackcess.impl.IndexPageCache.CacheDataPage |
findCacheDataPage(IndexData.Entry e)
Finds the index page on which the given entry does or should reside. |
com.healthmarketscience.jackcess.impl.IndexPageCache.CacheDataPage |
getCacheDataPage(Integer pageNumber)
Returns a CacheDataPage for the given page number, may be null if
the given page number is invalid. |
IndexData |
getIndexData()
|
PageChannel |
getPageChannel()
|
void |
setRootPageNumber(int pageNumber)
Sets the root page for this index, must be called before normal usage. |
String |
toString()
|
void |
write()
Writes any outstanding changes for this index to the file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexPageCache(IndexData indexData)
| Method Detail |
|---|
public IndexData getIndexData()
public PageChannel getPageChannel()
public void setRootPageNumber(int pageNumber)
throws IOException
pageNumber - the root page number
IOException
public void write()
throws IOException
IOException
public com.healthmarketscience.jackcess.impl.IndexPageCache.CacheDataPage getCacheDataPage(Integer pageNumber)
throws IOException
null if
the given page number is invalid. Loads the given page if necessary.
IOException
public com.healthmarketscience.jackcess.impl.IndexPageCache.CacheDataPage findCacheDataPage(IndexData.Entry e)
throws IOException
e - the entry to find
IOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||