|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.application.areca.cache.AbstractArchiveDataCache
com.application.areca.cache.ArchiveManifestCache
public class ArchiveManifestCache
Cache of Manifests
Method Summary | |
---|---|
static ArchiveManifestCache |
getInstance()
|
Manifest |
getManifest(AbstractFileSystemMedium medium,
java.io.File key)
Returns the requested manifest |
boolean |
init(AbstractFileSystemMedium medium,
java.io.File key)
Init the data in cache. |
Manifest |
removeManifest(AbstractFileSystemMedium medium,
java.io.File key)
|
Methods inherited from class com.application.areca.cache.AbstractArchiveDataCache |
---|
findArchiveDataMap, findOrCreateArchiveDataMap, get, getLeastAccessedNonEmptyMapMedium, put, remove, removeAllArchiveData, removeAllArchiveData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ArchiveManifestCache getInstance()
public Manifest getManifest(AbstractFileSystemMedium medium, java.io.File key) throws ApplicationException
ApplicationException
public boolean init(AbstractFileSystemMedium medium, java.io.File key) throws ApplicationException
ApplicationException
public Manifest removeManifest(AbstractFileSystemMedium medium, java.io.File key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |