|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlushProcess | |
|---|---|
| org.datanucleus | This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins. |
| org.datanucleus.store | Package handling the storage of classes to the datastore, and the management of the datastore. |
| org.datanucleus.store.federation | Package providing management for federation of datastores. |
| Uses of FlushProcess in org.datanucleus |
|---|
| Classes in org.datanucleus that implement FlushProcess | |
|---|---|
class |
FlushNonReferential
Flush method for cases where the datastore doesn't use referential integrity so we can send batches of deletes, then batches of inserts, then any updates to optimise the persistence. |
class |
FlushOrdered
Flush process that processes the objects in the order that they became dirty. |
| Uses of FlushProcess in org.datanucleus.store |
|---|
| Fields in org.datanucleus.store declared as FlushProcess | |
|---|---|
protected FlushProcess |
AbstractStoreManager.flushProcess
The flush process appropriate for this datastore. |
| Methods in org.datanucleus.store that return FlushProcess | |
|---|---|
FlushProcess |
AbstractStoreManager.getFlushProcess()
|
FlushProcess |
StoreManager.getFlushProcess()
Accessor for the flush process to use with this datastore. |
| Uses of FlushProcess in org.datanucleus.store.federation |
|---|
| Methods in org.datanucleus.store.federation that return FlushProcess | |
|---|---|
FlushProcess |
FederatedStoreManager.getFlushProcess()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||