org.apache.cocoon.components.store
Class JispFilesystemStore
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.excalibur.store.impl.MRUMemoryStore
org.apache.cocoon.components.store.impl.DefaultStore
org.apache.cocoon.components.store.JispFilesystemStore
- All Implemented Interfaces:
- Disposable, Component, LogEnabled, Parameterizable, Serviceable, ThreadSafe, Instrumentable, Store
Deprecated. Use the DefaultStore
instead.
public final class JispFilesystemStore
- extends DefaultStore
This store is based on the Jisp library
(http://www.coyotegulch.com/jisp/index.html). This store uses B-Tree indexes
to access variable-length serialized data stored in files.
- Version:
- CVS $Id: JispFilesystemStore.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Gerhard Froehlich, Vadim Gritsenko
Methods inherited from class org.apache.excalibur.store.impl.MRUMemoryStore |
clear, containsKey, dispose, free, get, getChildInstrumentables, getInstrumentableName, getInstruments, hold, keys, remove, service, setInstrumentableName, size, store |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JispFilesystemStore
public JispFilesystemStore()
- Deprecated.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.