|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiskStorageFactory.DiskMarker | |
---|---|
net.sf.ehcache.store.disk | This package contains the disk store. |
Uses of DiskStorageFactory.DiskMarker in net.sf.ehcache.store.disk |
---|
Methods in net.sf.ehcache.store.disk that return DiskStorageFactory.DiskMarker | |
---|---|
protected DiskStorageFactory.DiskMarker |
DiskStorageFactory.write(Element element)
Write the given element to disk, and return the associated marker. |
Methods in net.sf.ehcache.store.disk with parameters of type DiskStorageFactory.DiskMarker | |
---|---|
boolean |
DiskStore.fault(Object key,
net.sf.ehcache.store.disk.DiskStorageFactory.Placeholder expect,
DiskStorageFactory.DiskMarker fault)
Atomically switch (CAS) the expect representation of this element for the
fault representation. |
protected void |
DiskStorageFactory.free(DiskStorageFactory.DiskMarker marker)
Free the given marker to be used by a subsequent write. |
protected void |
DiskStorageFactory.markUsed(DiskStorageFactory.DiskMarker marker)
Mark this on-disk marker as used (hooks into the file space allocation structure). |
boolean |
DiskStore.putRawIfAbsent(Object key,
DiskStorageFactory.DiskMarker encoded)
Put the given encoded element directly into the store |
protected Element |
DiskStorageFactory.read(DiskStorageFactory.DiskMarker marker)
Read the data at the given marker, and return the associated deserialized Element. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |