public class JispFilesystemStore extends AbstractJispFilesystemStore implements org.apache.avalon.framework.parameters.Parameterizable, org.apache.avalon.framework.activity.Disposable
AbstractJispFilesystemStore.BTreeObjectEnumerationm_Database, m_directoryFile, m_IndexlockPERSISTENT_STORE, ROLE, TRANSIENT_STORE| Constructor and Description |
|---|
JispFilesystemStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
parameterize(org.apache.avalon.framework.parameters.Parameters params)
Configure the Component.
A few options can be used directory - The directory to store the two files belowe data-file = the name of the data file (Default: store.dat) index-file = the name of the index file (Default: store.idx) order = The page size of the B-Tree |
doClear, doContainsKey, doFree, doGet, doGetKeys, doGetSize, doRemove, doStore, free, getNullKey, setDirectory, wrapKeyObjectclear, containsKey, get, getChildInstrumentables, getInstrumentableName, getInstruments, keys, remove, setInstrumentableName, size, storepublic void parameterize(org.apache.avalon.framework.parameters.Parameters params)
throws org.apache.avalon.framework.parameters.ParameterException
parameterize in interface org.apache.avalon.framework.parameters.Parameterizableparams - the configuration paramtersorg.apache.avalon.framework.parameters.ParameterExceptionpublic void dispose()
dispose in interface org.apache.avalon.framework.activity.Disposable