net.sf.lucis.core
Class Batch<T>
java.lang.Object
net.sf.lucis.core.Batch<T>
- Type Parameters:
T - Checkpoint type.
public final class Batch<T>
- extends Object
Class representing the set of operations to be performed in order to take the index to the given
checkpoint. Objects of this class are built using a batch builder.
- Author:
- Andres Rodriguez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isEmpty
public boolean isEmpty()
getCheckpoint
public T getCheckpoint()
getAdditions
public ImmutableList<Batch.Addition> getAdditions()
getDeletions
public Iterable<Term> getDeletions()
isRecreate
public boolean isRecreate()
builder
public static <T> Batch.Builder<T> builder()
Copyright © 2013. All Rights Reserved.