| Interface | Description |
|---|---|
| BackendQueueProcessor |
Interface for different types of queue processors.
|
| BatchBackend |
Implementations of this interface are not drop-in replacements for the standard BackendQueueProcessor,
but are meant to be used only during batch processing.
|
| Worker |
Perform work for a given context (eg a transaction).
|
| Class | Description |
|---|---|
| LuceneIndexingParameters |
Wrapper class around the Lucene indexing parameters defined in IndexWriterSetting.
|
| LuceneIndexingParameters.ParameterSet | |
| Work |
A unit of work.
|
| Enum | Description |
|---|---|
| WorkType |
Enumeration of the different types of Lucene work.
|
Copyright © 2006–2015 Hibernate. All rights reserved.