public interface FlushProcess
Modifier and Type | Method and Description |
---|---|
List<NucleusOptimisticException> |
execute(ExecutionContext ec,
List<ObjectProvider> primaryOPs,
List<ObjectProvider> secondaryOPs,
OperationQueue opQueue)
Execute the flush.
|
List<NucleusOptimisticException> execute(ExecutionContext ec, List<ObjectProvider> primaryOPs, List<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 © 2019. All rights reserved.