Package | Description |
---|---|
org.hibernate.search.backend.impl |
Modifier and Type | Method and Description |
---|---|
WorkQueue |
WorkQueue.splitQueue() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved