org.apache.cocoon.components.store
Class JispFilesystemStore

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.excalibur.store.impl.MRUMemoryStore
          extended byorg.apache.cocoon.components.store.impl.DefaultStore
              extended byorg.apache.cocoon.components.store.JispFilesystemStore
All Implemented Interfaces:
Component, Disposable, Instrumentable, LogEnabled, Parameterizable, Serviceable, Store, ThreadSafe

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.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Gerhard Froehlich, Vadim Gritsenko

Field Summary
 
Fields inherited from interface org.apache.excalibur.store.Store
PERSISTENT_STORE, ROLE, TRANSIENT_STORE
 
Fields inherited from interface org.apache.excalibur.instrument.Instrumentable
EMPTY_INSTRUMENT_ARRAY, EMPTY_INSTRUMENTABLE_ARRAY
 
Constructor Summary
JispFilesystemStore()
          Deprecated.  
 
Methods inherited from class org.apache.cocoon.components.store.impl.DefaultStore
parameterize
 
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 org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JispFilesystemStore

public JispFilesystemStore()
Deprecated. 


Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.