public final class GetCommand extends Object
Command builder for get commands.
get retrieves the most recent value for specified keys from records
or records matching a condition.
get [keys] from <records>
[at timestamp] [order by ...] [page ...]
get [keys] where <condition>
[at timestamp] [order by ...] [page ...]
| Modifier and Type | Class and Description |
|---|---|
static class |
GetCommand.AllKeysState
The state after calling
Command#getAll() with no keys, indicating
that all keys should be retrieved. |
static class |
GetCommand.KeyState
The state after specifying keys for the
get command. |
static class |
GetCommand.SourceState
The terminal state for a
get command, reached after specifying
the data source. |