public final class Changeset extends Object implements Iterable<LuceneWork>
| Constructor and Description |
|---|
Changeset(List<LuceneWork> workList,
Thread producer,
IndexingMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LuceneWork> |
iterator() |
void |
markProcessed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Changeset(List<LuceneWork> workList, Thread producer, IndexingMonitor monitor)
public Iterator<LuceneWork> iterator()
iterator in interface Iterable<LuceneWork>public void markProcessed()
Copyright © 2006–2017 Hibernate. All rights reserved.