Uses of Interface
net.sf.lucis.core.Store

Packages that use Store
net.sf.lucis.core   
net.sf.lucis.core.impl   
net.sf.lucis.core.support   
 

Uses of Store in net.sf.lucis.core
 

Methods in net.sf.lucis.core with parameters of type Store
<T> IndexStatus
Writer.write(Store<T> store, Batch<T> batch)
          Applies a batch of operations.
 

Uses of Store in net.sf.lucis.core.impl
 

Classes in net.sf.lucis.core.impl that implement Store
 class FSStore<T>
          File system-based store.
 class RAMStore<T>
          RAM-based store.
 

Methods in net.sf.lucis.core.impl with parameters of type Store
<T> IndexStatus
DefaultWriter.write(Store<T> store, Batch<T> batch)
           
 

Constructors in net.sf.lucis.core.impl with parameters of type Store
DefaultIndexerService(Store<T> store, Writer writer, Indexer<T> indexer)
           
RAMStore(Store<T> store)
           
 

Uses of Store in net.sf.lucis.core.support
 

Methods in net.sf.lucis.core.support with parameters of type Store
static Queryable Queryables.simple(Store<?> store)
           
 



Copyright © 2009. All Rights Reserved.