Package | Description |
---|---|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Field and Description |
---|---|
private DiskStorageFactory |
DiskStore.disk |
private DiskStorageFactory |
DiskStore.CacheConfigurationListenerAdapter.disk |
private DiskStorageFactory |
Segment.disk
The primary substitute factory.
|
private DiskStorageFactory |
DiskStorageFactory.DiskSubstitute.factory |
Modifier and Type | Method and Description |
---|---|
DiskStorageFactory |
DiskStorageFactory.DiskSubstitute.getFactory()
Returns the
DiskStorageFactory instance that generated this DiskSubstitute |
Modifier and Type | Method and Description |
---|---|
(package private) void |
DiskStorageFactory.DiskSubstitute.bindFactory(DiskStorageFactory factory)
Bind this marker to a given factory.
|
Constructor and Description |
---|
CacheConfigurationListenerAdapter(DiskStorageFactory disk,
Pool diskPool) |
DiskMarker(DiskStorageFactory factory,
long position,
int size,
Element element)
Create a new marker tied to the given factory instance.
|
DiskMarker(DiskStorageFactory factory,
long position,
int size,
java.lang.Object key,
long hits)
Create a new marker tied to the given factory instance.
|
DiskStore(DiskStorageFactory disk,
Ehcache cache,
Pool onHeapPool,
Pool onDiskPool) |
DiskSubstitute(DiskStorageFactory factory)
Create a disk substitute bound to the given factory.
|
Segment(int initialCapacity,
float loadFactor,
DiskStorageFactory primary,
CacheConfiguration cacheConfiguration,
PoolAccessor onHeapPoolAccessor,
PoolAccessor onDiskPoolAccessor,
RegisteredEventListeners cacheEventNotificationService)
Create a Segment with the given initial capacity, load-factor, primary element substitute factory, and identity element substitute factory.
|