Package | Description |
---|---|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Class and Description |
---|---|
private class |
DiskStorageFactory.OnDiskFilter
Filters for on-disk elements created by this factory
|
Modifier and Type | Field and Description |
---|---|
private ElementSubstituteFilter |
DiskStorageFactory.onDiskFilter |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Segment.addRandomSample(ElementSubstituteFilter filter,
int sampleSize,
java.util.Collection<DiskStorageFactory.DiskSubstitute> sampled,
int seed)
Select a random sample of elements generated by the supplied factory.
|
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.
|