public interface FlushProcess
Modifier and Type | Method and Description |
---|---|
List<NucleusOptimisticException> |
execute(ExecutionContext ec,
Collection<ObjectProvider> primaryOPs,
Collection<ObjectProvider> secondaryOPs,
OperationQueue opQueue)
Execute the flush.
|
List<NucleusOptimisticException> execute(ExecutionContext ec, Collection<ObjectProvider> primaryOPs, Collection<ObjectProvider> secondaryOPs, OperationQueue opQueue)
ec
- ExecutionContextprimaryOPs
- ObjectProviders that were made dirty by direct API calls. Cleared during this methodsecondaryOPs
- ObjectProviders that were made dirty by reachability. Cleared during this methodopQueue
- Queue of operationsCopyright © 2020. All rights reserved.