| Package | Description |
|---|---|
| org.hibernate.search.backend.impl | |
| org.hibernate.search.backend.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchedQueueingProcessor
Batch work until
BatchedQueueingProcessor.performWorks(org.hibernate.search.backend.impl.WorkQueue) is called. |
| Modifier and Type | Method and Description |
|---|---|
static Worker |
WorkerFactory.createWorker(SearchConfiguration cfg,
WorkerBuildContext context,
QueueingProcessor queueingProcessor) |
void |
TransactionalWorker.initialize(Properties props,
WorkerBuildContext context,
QueueingProcessor queueingProcessor) |
| Constructor and Description |
|---|
PostTransactionWorkQueueSynchronization(QueueingProcessor queueingProcessor,
WeakIdentityHashMap queuePerTransaction,
SearchFactoryImplementor searchFactoryImplementor)
in transaction work
|
| Modifier and Type | Method and Description |
|---|---|
void |
Worker.initialize(Properties props,
WorkerBuildContext context,
QueueingProcessor queueingProcessor) |
Copyright © 2006–2013 Hibernate. All rights reserved.