Uses of Class
net.sf.lucis.core.Batch

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
<T> IndexStatus
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
<T> IndexStatus
DefaultWriter.write(Store<T> store, Batch<T> batch)
           
 



Copyright © 2013. All Rights Reserved.