Package | Description |
---|---|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Field and Description |
---|---|
private DiskStorageFactory.Placeholder |
DiskStorageFactory.DiskWriteTask.placeholder |
Modifier and Type | Method and Description |
---|---|
(package private) DiskStorageFactory.Placeholder |
DiskStorageFactory.DiskWriteTask.getPlaceholder()
Return the placeholder that this task will write.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DiskStore.fault(java.lang.Object key,
DiskStorageFactory.Placeholder expect,
DiskStorageFactory.DiskMarker fault)
Atomically switch (CAS) the
expect representation of this element for the
fault representation. |
(package private) boolean |
Segment.fault(java.lang.Object key,
int hash,
DiskStorageFactory.Placeholder expect,
DiskStorageFactory.DiskMarker fault)
Try to atomically switch (CAS) the
expect representation of this element for the
fault representation. |
Constructor and Description |
---|
DiskWriteTask(DiskStorageFactory.Placeholder p)
Create a disk-write task for the given placeholder.
|
PersistentDiskWriteTask(DiskStorageFactory.Placeholder p)
Create a disk persistent disk-write task for this placeholder.
|