| Package | Description |
|---|---|
| com.holonplatform.async.datastore.operation | |
| com.holonplatform.core.query | |
| com.holonplatform.core.query.lock |
| Modifier and Type | Interface and Description |
|---|---|
interface |
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. |
interface |
AsyncQueryResults
Asynchronous
QueryProjectionOperations API, which uses CompletionStage to provide the query results
and handle the results asynchronously. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Query
Represents a query, which can be used to configure and execute a query on the data managed by a
Datastore. |
interface |
QueryResults
Provide operations to get the results of a
Query operation using a QueryProjection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LockQuery
A query with locking support, which is available through the
LockSupport API. |
Copyright © 2019 The Holon Platform. All rights reserved.