Uses of Class
org.datanucleus.flush.OperationQueue
Packages that use OperationQueue
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
This package provides classes managing the flush process when using MANUAL flush.
-
Uses of OperationQueue in org.datanucleus
Fields in org.datanucleus declared as OperationQueueMethods in org.datanucleus that return OperationQueueModifier and TypeMethodDescriptionExecutionContext.getOperationQueue()
Accessor for the operation queue.ExecutionContextImpl.getOperationQueue()
-
Uses of OperationQueue in org.datanucleus.flush
Methods in org.datanucleus.flush with parameters of type OperationQueueModifier and TypeMethodDescriptionFlushNonReferential.execute
(ExecutionContext ec, Collection<DNStateManager> primarySMs, Collection<DNStateManager> secondarySMs, OperationQueue opQueue) FlushOrdered.execute
(ExecutionContext ec, Collection<DNStateManager> primaryDNs, Collection<DNStateManager> secondaryDNs, OperationQueue opQueue) FlushProcess.execute
(ExecutionContext ec, Collection<DNStateManager> primarySMs, Collection<DNStateManager> secondarySMs, OperationQueue opQueue) Execute the flush.