|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Store | |
---|---|
org.apache.excalibur.store | |
org.apache.excalibur.store.impl |
Uses of Store in org.apache.excalibur.store |
---|
Methods in org.apache.excalibur.store with parameters of type Store | |
---|---|
void |
StoreJanitor.register(Store store)
register method for the stores |
void |
StoreJanitor.unregister(Store store)
unregister method for the stores |
Uses of Store in org.apache.excalibur.store.impl |
---|
Classes in org.apache.excalibur.store.impl that implement Store | |
---|---|
class |
AbstractFilesystemStore
Stores objects on the filesystem: String objects as text files, all other objects are serialized. |
class |
AbstractJispFilesystemStore
This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html). |
class |
AbstractReadWriteStore
This is a base implementation for stores that are synchronized by using a read/write lock. |
class |
JispFilesystemStore
This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html). |
class |
MemoryStore
|
class |
MRUMemoryStore
This class provides a cache algorithm for the requested documents. |
Fields in org.apache.excalibur.store.impl declared as Store | |
---|---|
private Store |
MRUMemoryStore.m_persistentStore
|
Methods in org.apache.excalibur.store.impl with parameters of type Store | |
---|---|
private int |
StoreJanitorImpl.calcToFree(Store store)
This method claculates the number of Elements to be freememory out of the Cache. |
void |
StoreJanitorImpl.register(Store store)
This method register the stores |
void |
StoreJanitorImpl.unregister(Store store)
This method unregister the stores |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |