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