|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiskStorageFactory.DiskSubstitute | |
---|---|
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 | |
---|---|
static class |
DiskStorageFactory.DiskMarker
DiskMarker instances point to the location of their associated serialized Element instance. |
Methods in net.sf.ehcache.store.disk that return DiskStorageFactory.DiskSubstitute | |
---|---|
DiskStorageFactory.DiskSubstitute |
DiskStorageFactory.create(Element element)
Create a disk substitute for an element |
Methods in net.sf.ehcache.store.disk that return types with arguments of type DiskStorageFactory.DiskSubstitute | |
---|---|
List<DiskStorageFactory.DiskSubstitute> |
DiskStore.getRandomSample(ElementSubstituteFilter factory,
int sampleSize,
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 | |
---|---|
boolean |
DiskStore.evict(Object key,
DiskStorageFactory.DiskSubstitute substitute)
Remove the matching mapping. |
Element |
DiskStore.evictElement(Object key,
DiskStorageFactory.DiskSubstitute substitute)
Remove the matching mapping. |
void |
DiskStorageFactory.free(Lock lock,
DiskStorageFactory.DiskSubstitute substitute)
Free any manually managed resources used by this DiskStorageFactory.DiskSubstitute . |
void |
DiskStorageFactory.free(Lock lock,
DiskStorageFactory.DiskSubstitute substitute,
boolean faultFailure)
Free any manually managed resources used by this DiskStorageFactory.DiskSubstitute . |
Element |
DiskStorageFactory.retrieve(DiskStorageFactory.DiskSubstitute object)
Decodes the supplied DiskStorageFactory.DiskSubstitute . |
Element |
DiskStorageFactory.retrieve(DiskStorageFactory.DiskSubstitute object,
Segment segment)
Decodes the supplied DiskStorageFactory.DiskSubstitute , updating statistics. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |