- decode(String) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Inverse of encode exept it do not use path.
- deserializeObject(File) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
This method deserializes an object from an input stream.
- deserializeString(File) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Load a text file contents as a String.
- dispose() - Method in class org.apache.excalibur.store.impl.JispFilesystemStore
-
- dispose() - Method in class org.apache.excalibur.store.impl.MRUMemoryStore
-
Dispose the component
- doClear() - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Clear the Store of all elements
- doClear() - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
Clear the Store of all elements
- doClear() - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Clear the Store of all data it holds
- doContainsKey(Object) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Indicates if the given key is associated to a contained object.
- doContainsKey(Object) - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
Test if the the index file contains the given key
- doContainsKey(Object) - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Indicates if the given key is associated to a contained object.
- doFree() - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
- doFree() - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
- doFree() - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Try to free some used memory.
- doGet(Object) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Get the File object associated with the given unique key name.
- doGet(Object) - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
Returns a Object from the store associated with the Key Object
- doGet(Object) - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Get the object associated to the given unique key.
- doGetKeys() - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Returns the list of stored files as an Enumeration of Files
- doGetKeys() - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
Returns a Enumeration of all Keys in the indexed file.
- doGetKeys() - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Returns the list of used keys as an Enumeration of Objects.
- doGetSize() - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Returns count of the objects in the store, or -1 if could not be
obtained.
- doGetSize() - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
- doGetSize() - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Returns count of the objects in the store, or -1 if could not be
obtained.
- doRemove(Object) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Remove the object associated to the given key.
- doRemove(Object) - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
Removes a value from the data file with the given key.
- doRemove(Object) - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Remove the object associated to the given key.
- doRun - Variable in class org.apache.excalibur.store.impl.StoreJanitorImpl
-
- doStore(Object, Object) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Store the given object in a persistent state.
- doStore(Object, Object) - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
Store the given object in the indexed data file.
- doStore(Object, Object) - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Store the given object.
- secondRun - Variable in class org.apache.excalibur.store.impl.StoreJanitorImpl
-
Flag to ignore memory bursts during startup (2nd janitor run)
- serializeObject(File, Object) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
This method serializes an object to an output stream.
- serializeString(File, String) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Dump a String to a text file.
- serialVersionUID - Static variable in class org.apache.excalibur.store.impl.JispKey
-
- service(ServiceManager) - Method in class org.apache.excalibur.store.impl.MRUMemoryStore
-
Get components of the ComponentLocator
- setDirectory(String) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Sets the repository's location
- setDirectory(File) - Method in class org.apache.excalibur.store.impl.AbstractFilesystemStore
-
Sets the repository's location
- setDirectory(File) - Method in class org.apache.excalibur.store.impl.AbstractJispFilesystemStore
-
Sets the repository's location
- setIndex(int) - Method in class org.apache.excalibur.store.impl.StoreJanitorImpl
-
- setInstrumentableName(String) - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
- setInstrumentableName(String) - Method in class org.apache.excalibur.store.impl.MRUMemoryStore
-
- size() - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
- size() - Method in class org.apache.excalibur.store.impl.MemoryStore
-
Returns count of the objects in the store, or -1 if could not be
obtained.
- size() - Method in class org.apache.excalibur.store.impl.MRUMemoryStore
-
Returns count of the objects in the store, or -1 if could not be
obtained.
- size() - Method in interface org.apache.excalibur.store.Store
-
Returns count of the objects in the store, or -1 if could not be
obtained.
- start() - Method in class org.apache.excalibur.store.impl.StoreJanitorImpl
-
- stop() - Method in class org.apache.excalibur.store.impl.StoreJanitorImpl
-
- store(Object, Object) - Method in class org.apache.excalibur.store.impl.AbstractReadWriteStore
-
Store the given object in the indexed data file.
- store(Object, Object) - Method in class org.apache.excalibur.store.impl.MemoryStore
-
Store the given object in a persistent state.
- store(Object, Object) - Method in class org.apache.excalibur.store.impl.MRUMemoryStore
-
Store the given object in a persistent state.
- Store - Interface in org.apache.excalibur.store
-
A Store is an object managing arbitrary data.
- store(Object, Object) - Method in interface org.apache.excalibur.store.Store
-
Store the given object.
- StoreJanitor - Interface in org.apache.excalibur.store
-
Interface for the StoreJanitors
- StoreJanitorImpl - Class in org.apache.excalibur.store.impl
-
This class is a implentation of a StoreJanitor.
- StoreJanitorImpl() - Constructor for class org.apache.excalibur.store.impl.StoreJanitorImpl
-
- storelist - Variable in class org.apache.excalibur.store.impl.StoreJanitorImpl
-