|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
Disk objects are located by descriptor entries. These are saved on shutdown and loaded into memory on startup.
Field Summary | |
int |
len
Number of bytes the serialized form of the cache data takes. |
(package private) long |
pos
Position of the cache data entry on disk. |
Constructor Summary | |
IndexedDiskElementDescriptor()
Constructor for the DiskElementDescriptor object |
Method Summary | |
void |
init(long pos,
byte[] data)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
long pos
public int len
Constructor Detail |
public IndexedDiskElementDescriptor()
Method Detail |
public void init(long pos, byte[] data)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |