|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Batch | |
|---|---|
| net.sf.lucis.core | |
| net.sf.lucis.core.impl | |
| Uses of Batch in net.sf.lucis.core |
|---|
| Methods in net.sf.lucis.core that return Batch | |
|---|---|
Batch<T> |
Batch.Builder.build(T checkpoint)
|
Batch<T> |
Indexer.index(T checkpoint)
Prepares a batch of deletions and additions to apply to an index from an initial checkpoint. |
| Methods in net.sf.lucis.core with parameters of type Batch | ||
|---|---|---|
|
Writer.write(Store<T> store,
Batch<T> batch)
Applies a batch of operations. |
|
| Uses of Batch in net.sf.lucis.core.impl |
|---|
| Methods in net.sf.lucis.core.impl with parameters of type Batch | ||
|---|---|---|
|
DefaultWriter.write(Store<T> store,
Batch<T> batch)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||