|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.xindice.core.filer.Paged.PageHeader
|
+--org.apache.xindice.core.filer.HashFiler.HashPageHeader
HashPageHeader
| Constructor Summary | |
HashFiler.HashPageHeader()
|
|
HashFiler.HashPageHeader(DataInput dis)
|
|
| Method Summary | |
long |
getCreated()
UNIX-time when this record was created |
long |
getModified()
UNIX-time when this record was last modified |
long |
getNextCollision()
The next page for a Record collision (if any) |
void |
read(DataInput dis)
read reads the object state from the stream. |
void |
setCreated(long created)
UNIX-time when this record was created |
void |
setModified(long modified)
UNIX-time when this record was last modified |
void |
setNextCollision(long nextCollision)
The next page for a Record collision (if any) |
void |
setRecordLen(int recordLen)
The length of the Record's value |
void |
write(DataOutput dos)
write writes the object state to the stream. |
| Methods inherited from class org.apache.xindice.core.filer.Paged.PageHeader |
getDataLen, getKeyHash, getKeyLen, getNextPage, getRecordLen, getStatus, isDirty, setDataLen, setDirty, setKey, setKeyHash, setKeyLen, setNextPage, setStatus |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HashFiler.HashPageHeader()
public HashFiler.HashPageHeader(DataInput dis)
throws IOException
| Method Detail |
public void read(DataInput dis)
throws IOException
Streamableread in class Paged.PageHeaderorg.apache.xindice.core.filer.Streamableis - The DataInputStreamIOException - if an IOException occurs
public void write(DataOutput dos)
throws IOException
Streamablewrite in class Paged.PageHeaderorg.apache.xindice.core.filer.Streamableos - The DataOutputStreamIOException - if an IOException occurspublic void setRecordLen(int recordLen)
Paged.PageHeadersetRecordLen in class Paged.PageHeaderpublic void setCreated(long created)
public long getCreated()
public void setModified(long modified)
public long getModified()
public void setNextCollision(long nextCollision)
public long getNextCollision()
|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||