Package | Description |
---|---|
io.ebeanservice.docstore.api |
The service API for document store integration.
|
io.ebeanservice.docstore.api.support |
Support objects for implementing integration.
|
Modifier and Type | Method and Description |
---|---|
List<DocStoreUpdate> |
DocStoreUpdates.getDeleteEvents()
Return delete events.
|
List<DocStoreUpdate> |
DocStoreUpdates.getPersistEvents()
Return the persist insert and update requests to be sent to the document store.
|
Modifier and Type | Method and Description |
---|---|
void |
DocStoreUpdates.addDelete(DocStoreUpdate bulkRequest)
Add a delete request.
|
void |
DocStoreUpdates.addPersist(DocStoreUpdate bulkRequest)
Add a persist request.
|
Modifier and Type | Class and Description |
---|---|
class |
DocStoreDeleteEvent
A 'Delete by Id' request that is send to the document store.
|
class |
DocStoreIndexEvent<T>
A 'Delete by Id' request that is send to the document store.
|
Copyright © 2019. All rights reserved.