public interface PersistenceManager extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flushes all pending changes to the OData service.
|
Future<Void> |
flushAsync()
Asynchronously flushes all pending changes to the OData service.
|
void flush()
ODataFlushException
- in case of errorsFuture<Void> flushAsync()
ODataFlushException
- in case of errorsCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.