|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.fjank.jcache.persistence.DiskElementDescriptor
Disk objects are located by descriptor entries. These are saved on shutdown and loaded into memory on startup.
| Field Summary | |
int |
len
the length of the object |
| Constructor Summary | |
DiskElementDescriptor()
Creates a new DiskElementDescriptor object. |
|
| Method Summary | |
void |
init(long pos,
byte[] data)
initializes this descriptor with the position to start at, and a byte[] with the actual data which is to be written. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int len
| Constructor Detail |
public DiskElementDescriptor()
| Method Detail |
public void init(long pos,
byte[] data)
pos - the starting positiondata - the data to write.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||