Uses of Class
net.sf.ehcache.store.disk.DiskStorageFactory.DiskSubstitute
-
Packages that use DiskStorageFactory.DiskSubstitute Package Description net.sf.ehcache.store.disk This package contains the disk store. -
-
Uses of DiskStorageFactory.DiskSubstitute in net.sf.ehcache.store.disk
Subclasses of DiskStorageFactory.DiskSubstitute in net.sf.ehcache.store.disk Modifier and Type Class Description static classDiskStorageFactory.DiskMarkerDiskMarker instances point to the location of their associated serialized Element instance.Methods in net.sf.ehcache.store.disk that return DiskStorageFactory.DiskSubstitute Modifier and Type Method Description DiskStorageFactory.DiskSubstituteDiskStorageFactory. create(Element element)Create a disk substitute for an elementMethods in net.sf.ehcache.store.disk that return types with arguments of type DiskStorageFactory.DiskSubstitute Modifier and Type Method Description java.util.List<DiskStorageFactory.DiskSubstitute>DiskStore. getRandomSample(ElementSubstituteFilter factory, int sampleSize, java.lang.Object keyHint)Select a random sample of elements generated by the supplied factory.Methods in net.sf.ehcache.store.disk with parameters of type DiskStorageFactory.DiskSubstitute Modifier and Type Method Description booleanDiskStore. evict(java.lang.Object key, DiskStorageFactory.DiskSubstitute substitute)Remove the matching mapping.ElementDiskStore. evictElement(java.lang.Object key, DiskStorageFactory.DiskSubstitute substitute)Remove the matching mapping.voidDiskStorageFactory. free(java.util.concurrent.locks.Lock lock, DiskStorageFactory.DiskSubstitute substitute)Free any manually managed resources used by thisDiskStorageFactory.DiskSubstitute.voidDiskStorageFactory. free(java.util.concurrent.locks.Lock lock, DiskStorageFactory.DiskSubstitute substitute, boolean faultFailure)Free any manually managed resources used by thisDiskStorageFactory.DiskSubstitute.ElementDiskStorageFactory. retrieve(DiskStorageFactory.DiskSubstitute object)Decodes the suppliedDiskStorageFactory.DiskSubstitute.ElementDiskStorageFactory. retrieve(DiskStorageFactory.DiskSubstitute object, Segment segment)Decodes the suppliedDiskStorageFactory.DiskSubstitute, updating statistics.
-