|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xindice.core.filer.Paged.Page
Paged file's page
| Constructor Summary | |
Paged.Page(java.lang.Long pageNum)
|
|
| Method Summary | |
int |
compareTo(java.lang.Object o)
|
void |
flush()
Flushes content of the dirty page into the file |
Key |
getKey()
|
Paged.PageHeader |
getPageHeader()
|
java.lang.Long |
getPageNum()
|
void |
read()
Reads a page into the memory, once. |
void |
setKey(Key key)
|
void |
streamFrom(java.io.InputStream is)
|
void |
streamTo(java.io.OutputStream os)
|
void |
write()
Writes out the header into the this.data, and adds a page to the set of dirty pages. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Paged.Page(java.lang.Long pageNum)
| Method Detail |
public void read()
throws java.io.IOException
java.io.IOException
public void write()
throws java.io.IOException
java.io.IOException
public void flush()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.Long getPageNum()
public Paged.PageHeader getPageHeader()
public void setKey(Key key)
public Key getKey()
public void streamTo(java.io.OutputStream os)
throws java.io.IOException
java.io.IOException
public void streamFrom(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||