Package | Description |
---|---|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Class and Description |
---|---|
static class |
DiskStorageFactory.DiskMarker
DiskMarker instances point to the location of their
associated serialized Element instance.
|
Modifier and Type | Method and Description |
---|---|
DiskStorageFactory.DiskSubstitute |
DiskStorageFactory.create(Element element)
Create a disk substitute for an element
|
Modifier and Type | Method and Description |
---|---|
List<DiskStorageFactory.DiskSubstitute> |
DiskStore.getRandomSample(ElementSubstituteFilter factory,
int sampleSize,
Object keyHint)
Select a random sample of elements generated by the supplied factory.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.