| Modifier and Type | Interface and Description |
|---|---|
static interface |
PutQuery.PutQueryProvider
A provider to
PutQuery |
| Modifier and Type | Method and Description |
|---|---|
QueryValue<?> |
getKey()
The key
|
Optional<Duration> |
getTtl()
This duration set a time for data in an entity to expire.
|
QueryValue<?> |
getValue()
The value
|
static PutQuery |
parse(String query)
Obtains an instance of
GetQuery from a text string. |
QueryValue<?> getKey()
QueryValue<?> getValue()
Optional<Duration> getTtl()
Optional.empty()static PutQuery parse(String query)
GetQuery from a text string.query - the queryGetQuery instanceNullPointerException - when the query is nullQuerySyntaxException - if the text cannot be parsedProviderNotFoundException - when the provider is not foundCopyright © 2017–2019 Eclipse Foundation. All rights reserved.