|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Work | |
|---|---|
| org.hibernate.search.backend.impl | |
| org.hibernate.search.backend.spi | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.impl | |
| org.hibernate.search.spi | |
| Uses of Work in org.hibernate.search.backend.impl |
|---|
| Methods in org.hibernate.search.backend.impl with parameters of type Work | |
|---|---|
void |
PostTransactionWorkQueueSynchronization.add(Work work)
|
void |
WorkQueue.add(Work work)
|
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 |
TransactionalWorker.performWork(Work<?> work,
TransactionContext transactionContext)
|
| Uses of Work in org.hibernate.search.backend.spi |
|---|
| Methods in org.hibernate.search.backend.spi with parameters of type Work | |
|---|---|
void |
Worker.performWork(Work<?> work,
TransactionContext transactionContext)
Declare a work to be done within a given transaction context |
| Uses of Work in org.hibernate.search.engine.impl |
|---|
| Methods in org.hibernate.search.engine.impl with parameters of type Work | ||
|---|---|---|
|
WorkPlan.addWork(Work<T> work)
Adds a work to be performed as part of the final plan. |
|
| Uses of Work in org.hibernate.search.impl |
|---|
| Methods in org.hibernate.search.impl with parameters of type Work | ||
|---|---|---|
|
SimpleInitializer.getClassFromWork(Work<T> work)
|
|
| Uses of Work in org.hibernate.search.spi |
|---|
| Methods in org.hibernate.search.spi with parameters of type Work | ||
|---|---|---|
|
InstanceInitializer.getClassFromWork(Work<T> work)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||