|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkQueue | |
---|---|
org.hibernate.search.backend.impl |
Uses of WorkQueue in org.hibernate.search.backend.impl |
---|
Methods in org.hibernate.search.backend.impl that return WorkQueue | |
---|---|
WorkQueue |
WorkQueue.splitQueue()
|
Methods in org.hibernate.search.backend.impl with parameters of type WorkQueue | |
---|---|
void |
QueueingProcessor.add(Work work,
WorkQueue workQueue)
Add a work TODO move that somewhere else, it does not really fit here |
void |
BatchedQueueingProcessor.add(Work work,
WorkQueue workQueue)
|
void |
QueueingProcessor.cancelWorks(WorkQueue workQueue)
Rollback works |
void |
BatchedQueueingProcessor.cancelWorks(WorkQueue workQueue)
|
void |
QueueingProcessor.performWorks(WorkQueue workQueue)
Execute works |
void |
BatchedQueueingProcessor.performWorks(WorkQueue workQueue)
|
void |
QueueingProcessor.prepareWorks(WorkQueue workQueue)
prepare resources for a later performWorks call |
void |
BatchedQueueingProcessor.prepareWorks(WorkQueue workQueue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |