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 searchConfiguration,
WorkerBuildContext buildContext,
QueueingProcessor queueingProcessor) |
void |
PerTransactionWorker.initialize(Properties props,
WorkerBuildContext context,
QueueingProcessor queueingProcessor) |
Constructor and Description |
---|
InTransactionWorkQueueSynchronization(Object transactionIdentifier,
QueueingProcessor queueingProcessor,
ConcurrentMap<Object,WorkQueueSynchronization> queuePerTransaction,
ExtendedSearchIntegrator extendedIntegrator)
In transaction work
|
PostTransactionWorkQueueSynchronization(Object transactionIdentifier,
QueueingProcessor queueingProcessor,
ConcurrentMap<Object,WorkQueueSynchronization> queuePerTransaction,
ExtendedSearchIntegrator extendedIntegrator) |
Modifier and Type | Method and Description |
---|---|
void |
Worker.initialize(Properties props,
WorkerBuildContext context,
QueueingProcessor queueingProcessor) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved