| Package | Description |
|---|---|
| com.holonplatform.async.datastore | |
| com.holonplatform.async.datastore.operation |
| Class and Description |
|---|
| AsyncBulkDelete
Asynchronous
BulkDeleteOperation API, using CompletionStage as execution result type to handle the
operation result asynchronously. |
| AsyncBulkInsert
Asynchronous
BulkInsertOperation API, using CompletionStage as execution result type to handle the
operation result asynchronously. |
| AsyncBulkUpdate
Asynchronous
BulkUpdateOperation API, using CompletionStage as execution result type to handle the
operation result asynchronously. |
| AsyncQuery
Represents an asynchronous query, used by the
AsyncDatastore API to configure and execute a query
and handle the query results asynchronously through the CompletionStage type. |
| Class and Description |
|---|
| AsyncQueryResults
Asynchronous
QueryProjectionOperations API, which uses CompletionStage to provide the query results
and handle the results asynchronously. |
Copyright © 2019 The Holon Platform. All rights reserved.