public interface WorkQueueSynchronization extends Synchronization
| Modifier and Type | Method and Description |
|---|---|
void |
add(Work work)
Add some work to the transaction queue.
|
void |
flushWorks()
Flush the queue by executing the workload
|
boolean |
isConsumed()
Whether or not this queue has been consumed
|
afterCompletion, beforeCompletionvoid add(Work work)
boolean isConsumed()
void flushWorks()
Copyright © 2006–2015 Hibernate. All rights reserved.