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

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

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)
           
DefaultIndexerService(Store<T> store, Writer writer, Indexer<T> indexer, ScheduledExecutorService externalExecutor, boolean pasive)
           
RAMStore(Store<T> store)
           
 



Copyright © 2013. All Rights Reserved.