|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
Streamable
read in interface Streamableread in class Paged.PageHeaderIOException
public void write(DataOutput dos)
throws IOException
Streamable
write in interface Streamablewrite in class Paged.PageHeaderIOExceptionpublic void setRecordLen(int recordLen)
Paged.PageHeader
setRecordLen 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.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||