|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueingProcessor | |
---|---|
org.hibernate.search.backend.impl | |
org.hibernate.search.backend.spi |
Uses of QueueingProcessor in org.hibernate.search.backend.impl |
---|
Classes in org.hibernate.search.backend.impl that implement QueueingProcessor | |
---|---|
class |
BatchedQueueingProcessor
Batch work until BatchedQueueingProcessor.performWorks(org.hibernate.search.backend.impl.WorkQueue) is called. |
Methods in org.hibernate.search.backend.impl with parameters of type QueueingProcessor | |
---|---|
static Worker |
WorkerFactory.createWorker(SearchConfiguration cfg,
WorkerBuildContext context,
QueueingProcessor queueingProcessor)
|
void |
TransactionalWorker.initialize(Properties props,
WorkerBuildContext context,
QueueingProcessor queueingProcessor)
|
Constructors in org.hibernate.search.backend.impl with parameters of type QueueingProcessor | |
---|---|
PostTransactionWorkQueueSynchronization(QueueingProcessor queueingProcessor,
WeakIdentityHashMap queuePerTransaction,
SearchFactoryImplementor searchFactoryImplementor)
in transaction work |
Uses of QueueingProcessor in org.hibernate.search.backend.spi |
---|
Methods in org.hibernate.search.backend.spi with parameters of type QueueingProcessor | |
---|---|
void |
Worker.initialize(Properties props,
WorkerBuildContext context,
QueueingProcessor queueingProcessor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |