| Package | Description |
|---|---|
| com.avaje.ebeanservice.docstore.api |
The service API for document store integration.
|
| com.avaje.ebeanservice.docstore.api.support |
Support objects for implementing integration.
|
| com.avaje.ebeanservice.docstore.none |
"No op" implementation of document store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocStoreUpdate.addToQueue(DocStoreUpdates docStoreUpdates)
Add to the queue for deferred processing.
|
void |
DocStoreUpdateProcessor.process(DocStoreUpdates docStoreUpdates,
int bulkBatchSize)
Process all the updates for a transaction.
|
void |
DocStoreBeanAdapter.updateEmbedded(com.avaje.ebeaninternal.server.core.PersistRequestBean<T> request,
DocStoreUpdates docStoreUpdates)
Process the persist request adding any embedded/nested document invalidation to the docStoreUpdates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocStoreIndexEvent.addToQueue(DocStoreUpdates docStoreUpdates)
Add this event to the queue (for queue delayed processing).
|
void |
DocStoreDeleteEvent.addToQueue(DocStoreUpdates docStoreUpdates)
Add this event to the queue (for queue delayed processing).
|
void |
DocStoreEmbeddedInvalidationProperties.embeddedInvalidate(com.avaje.ebeaninternal.server.core.PersistRequestBean<?> request,
DocStoreUpdates docStoreUpdates) |
void |
DocStoreEmbeddedInvalidation.embeddedInvalidate(com.avaje.ebeaninternal.server.core.PersistRequestBean<?> request,
DocStoreUpdates docStoreUpdates) |
void |
DocStoreBeanBaseAdapter.updateEmbedded(com.avaje.ebeaninternal.server.core.PersistRequestBean<T> request,
DocStoreUpdates docStoreUpdates) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoneDocStoreUpdateProcessor.process(DocStoreUpdates docStoreUpdates,
int bulkBatchSize) |
Copyright © 2016. All rights reserved.