|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||