Uses of Class
net.sf.ehcache.store.disk.DiskStorageFactory.DiskMarker
-
Packages that use DiskStorageFactory.DiskMarker Package Description 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 Modifier and Type Method Description protected DiskStorageFactory.DiskMarkerDiskStorageFactory. 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 Modifier and Type Method Description booleanDiskStore. fault(java.lang.Object key, net.sf.ehcache.store.disk.DiskStorageFactory.Placeholder expect, DiskStorageFactory.DiskMarker fault)Atomically switch (CAS) theexpectrepresentation of this element for thefaultrepresentation.protected voidDiskStorageFactory. free(DiskStorageFactory.DiskMarker marker)Free the given marker to be used by a subsequent write.protected voidDiskStorageFactory. markUsed(DiskStorageFactory.DiskMarker marker)Mark this on-disk marker as used (hooks into the file space allocation structure).booleanDiskStore. putRawIfAbsent(java.lang.Object key, DiskStorageFactory.DiskMarker encoded)Put the given encoded element directly into the storeprotected ElementDiskStorageFactory. read(DiskStorageFactory.DiskMarker marker)Read the data at the given marker, and return the associated deserialized Element.
-